Tagged: menu alignment
Hi, I´m showing you a screenshot to ask how can I align the menu items with my logo base.
Is there a css code I can add to quick css?
Thank you very much!
Hey Cipriana,
Seems like we have not received your screenshot. Can you please try uploading it on imgur.com or Dropbox public folder and post the link here with a link to your website? :)
Best regards,
Yigit
Oh sorry, here it is
Hey!
Can you please post a link to your website as well so we can provide you an accurate solution? :)
Regards,
Yigit
Yes, i´ve added it below
thanks
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top #header_main > .container .main_menu .av-main-nav > li > a {
line-height: 150px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hi, I´ve added but nothing happens…
Hi,
Please try adding !important rule as following
#top #header_main > .container .main_menu .av-main-nav > li > a {
line-height: 150px !important;
}
If that too does not work, please create a temporary admin login and post it here privately so we can look into it
Best regards,
Yigit
Now yes!
You´re great.
Thanks!