Excuse me, may I ask about the distance between menu and header or content..
how to make the space between menu and content be more wider?
I set the transparent header as default,
As in the image below, this is the archive page and I cannot set it, so there are no
title pages on archive page and I don’t know how to set the distance from menu,
it’s too narrow.
If I create the page, I will put “ ” ( :D ) about three times first line of
content above.
(I have no page title (the gray line, sorry I don’t how to call it), I found the code
that you’ve answered in here and remove it) that’s why the content is too near to
the menu. Thanks in advance.
Hi Pearwcz!
Thank you for using the theme.
Just to clarify, you want to add a space below the menu? You can do it via CSS or add a horizontal rule element. Set it as white space then adjust the height. If possible, please give us a link to actual page.
Best regards,
Ismael
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.html_header_top.html_header_sticky #main {
padding-top: 140px;
}
Best regards,
Yigit
Yes, It worked :D
Thank you very much!