Hi,
i used this code to remove the logo
div .logo { display: none !important; }
Now there is still to much space above the menu. How can i remove the space above the menu?
Thanks Simon
Hi simonac!
Please try the following in Quick CSS under Enfold–>General Styling:
#top #header_main > .container{
height: 0px !important;
}
Regards,
Rikard
Thanks Rikard!
How can i add more space under the menu? Between menu and content area.(Slider)
If i add whitespace then it becomes transparent because i have made the background transparent.
Regards, Simon
Hi!
Please add following code to Quick CSS as well
#layer_slider_1 {
padding-top: 50px;
}
Regards,
Yigit
Well, that worked ….for this page where the slider is. But is there a way to make a padding under the menu in general. So that it affects all pages. Because on the other pages i want the same padding.7
Regards
Simon
Hey!
Please add following code to Quick CSS
.content, .sidebar { padding-top: 100px; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS as well
#main>.avia-fullwidth-slider,#main>.avia-section {
padding-top: 50px;
}
Regards,
Yigit
This is causes design problems which do not look good…
Isn’t there a way to add padding-bottom to the menu area which then is the same on all pages?
Regards,
Simon
Hi!
Please try adding Seperator/Whitespace element to the top of your pages. I cannot think anything else other than that. It is not possible to add padding to menu area without breaking background image
Regards,
Yigit
Ok.
i tried to reduce the space above the top color section on this page with the code and with – whitespace but i had no success.
http://www.motivation-mit-herz.de/ich-und-ich/
Could you pls take a look here. THX
Simon