-
AuthorPosts
-
September 25, 2015 at 7:16 pm #509244
hello
I’ve tried align images in submenu with this css. but only the last image on the right is aligned.
Is there any way to align all?
.av-subnav-menu > li:last-child { top: 1px; } .av-subnav-menu > li { top: -7px; }
- This topic was modified 9 years, 1 month ago by Tokyo.
September 25, 2015 at 9:15 pm #509282Hi Tokyo!
I am checking the live version and I can not see the changes.
Have you removed for the testing?Regards,
BasilisSeptember 25, 2015 at 9:21 pm #509283Hey sorry i move the image button. you can see in this image
if you look the image button 2 is aligned correctly. but image button 1 stays up on the top.
there any way to align well the image button 1? same as image button 2?and in this link http://ganubis.com/nighthawks-gamers/
thanks :)
- This reply was modified 9 years, 1 month ago by Tokyo.
September 26, 2015 at 8:11 am #509397Hey!
Thank you for the update. Try this in the Quick CSS field:
#top .av-subnav-menu a[href="http://ganubis.com/nighthawks/"] { top: 10px; }
Regards,
IsmaelSeptember 26, 2015 at 11:12 am #509442Hey! thank you Ismael
I’ve tried. but it does not work. any ideas?thanks
September 28, 2015 at 4:01 am #509772Hi!
Please try the below css:
#menu-item-top-level-2 { top: 2px !important; }
Regards,
DakeSeptember 28, 2015 at 3:22 pm #510157hey thanks something like that?
.av-subnav-menu > li { top: -2px; } .av-subnav-menu > li:last-child { top: 7px; } .menu-item-top-level-2 { top: 7px !important; }
September 28, 2015 at 3:30 pm #510166Hi!
Menu-item-top-level-2 is an ID so you can try the above, but with a hashtag instead of a point.
Best regards,
DakeSeptember 28, 2015 at 3:31 pm #510168ahh ok. thanks
September 28, 2015 at 3:36 pm #510174this work.
but also moves the second button in the main menu. any ideas?.av-subnav-menu > li { top: -2px; } .av-subnav-menu > li:last-child { top: 7px; } .menu-item-top-level-2 { top: 7px !important; } #top .av-subnav-menu > li { padding: 11px 0px; display: inline-block; }
September 28, 2015 at 3:40 pm #510182Hey!
Is the css currently active? Because I’m not seeing the main menu change on my end.
Regards,
DakeSeptember 28, 2015 at 3:44 pm #510187yes. only work this code.
but it does not work well. if I put this code messes up the main menu.av-subnav-menu > li { top: -2px; } .av-subnav-menu > li:last-child { top: 7px; } .menu-item-top-level-2 { top: 7px !important; } #top .av-subnav-menu > li { padding: 11px 0px; display: inline-block; }
September 28, 2015 at 3:46 pm #510193Is there not a way to align all the images of the submenu to ?
September 28, 2015 at 3:58 pm #510201Hey!
May we have temporary admin access to your website so we can take a closer look?
Regards,
DakeSeptember 28, 2015 at 4:08 pm #510209yes :) thanks
- This reply was modified 9 years, 1 month ago by Tokyo.
September 28, 2015 at 4:21 pm #510224Hey!
Please insert the below css:
#menu-item-3453 { top: 0px !important; }
The above css will adjust the second main menu item.
Cheers!
DakeSeptember 28, 2015 at 6:14 pm #510338Hey Dake. work prfect . thank you very much!
Cheers!
TokyoSeptember 28, 2015 at 6:52 pm #510353Hi!
You’re welcome, glad I could help :)
Please let us know if you ever need any help in the future.
Cheers!
Dake -
AuthorPosts
- The topic ‘align all submenu images’ is closed to new replies.