Last Question - only when I go to mobile size, there is a white space between my header and first section. You already fixed it on the desktop size, but all of the sudden it's now acting up on my mobile size. Any suggestions?
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
/*remove white space below header for mobile*/
@media only screen and (max-width: 1000px) and (min-width: 1px){ .container-wrap { margin-top: -90px; }}
Last Question - only when I go to mobile size, there is a white space between my header and first section. You already fixed it on the desktop size, but all of the sudden it's now acting up on my mobile size. Any suggestions?
Hey Again,
Add a Negative margin to the Other Column as well that shows on Mobile only.
Thanks.
ThemeNectar Support Team
I tried that already :)
Hi there,
Thanks for keeping in touch with us.
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
/*remove white space below header for mobile*/
@media only screen and (max-width: 1000px) and (min-width: 1px){
.container-wrap {
margin-top: -90px;
}}
Please let me know if this helps.
Cheers!