After increasing the font size for the phone number in the top right header. the header overlap the first section(orange background) of the layout. Please look at the website and you’ll understand. thank you.
.phone-info span {
line-height: 2em;
font-size: 16px;
}
Hey wtony!
Thanks for reaching out to us on the support forum.
Could you please provide the URL to the website in the Private Content section of this forum, so that I can have a closer look at the issue you are having.
Cheers!
Jordan
Hi!
You have a very nice site :)
If the below code was previously added please change 100px to 120px
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 100px;
}
If you do not recall anything similar added please use the below code in Enfold > General Styling > Quick CSS
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 120px!important;
}
Regards,
Vinay Kashyap