Hello there
I have increased the phone number in the top of the site using this:
.phone-info span {
display: inline-block;
font-weight: 300 !important;
font-size: 1.4em;
line-height: 28px;
color: white;
}
But it seems to cause problems under the header – the main content seems to go behind as the header is pushed down the page
Hey whdsolutions,
If I try to remove those properties via web inspector it doesn’t seem to fix it.
Would removing or commenting out the code fix it on your site?
In Enfold > Header > Header Layout (tab) > Header Size, what value did you use?
Best regards,
Nikko
To drop down the main page content on the inner pages I added this to the Quick CSS
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 240px !important;
}
This sorts the issue on the inner pages (ie the Color Section with the main heading sits nice where it should), BUT stops the home page Advanced Layer Slider and the header being transparent (ie A White header become present).
I have removed the Quick CSS now. Inner Page
It seems making the telephone bar at the top of the site larger has messed up the padding with either the header or main body.
Hi whdsolutions,
Does this css code help the homepage?
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 240px !important;
}
Best regards,
Nikko
Nope – that disables the transparent header on the homepage
Hi whdsolutions,
Can you try to use this css code instead:
.html_header_top.html_header_sticky #top:not(.home) #wrap_all #main {
padding-top: 240px;
}
Best regards,
Nikko
That worked a treat – thank you!!!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon