Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1106949

    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

    #1107161

    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

    #1108150

    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.

    • This reply was modified 5 years, 5 months ago by whdsolutions.
    #1108248

    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

    #1108254

    Nope – that disables the transparent header on the homepage

    #1108276

    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

    #1108295

    That worked a treat – thank you!!!

    #1108342

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Making phone number bigger causes problems’ is closed to new replies.