Hi,
I want my menu align with logo top ( right corner position, under the social icons)
and also want body margin-top on site, but not on mobile one.
On mobile site how can I make top image to resize, now it is just cropping and logo be bigger?
http://russianchildrentheater.org/plays/
could you please help?
Thank you!
Hey grinshteynluba!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #header_main > .container .main_menu ul:first-child > li > a {
line-height: 50px;
}
and then change the code to add top margin to following one
@media only screen and (min-width: 990px) {
body {
margin-top: 50px !important;
}}
Regards,
Yigit
Hi Yigit!
yes it worked for top margin, Thank you!
What about menu, may I have it top right corner instead of logo baseline aligned?
Thank you!
I fix it thank you!