Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #798662

    Hello,

    How do I add padding on top of my logo to align it with the menu items?

    Cheers!

    #798665

    Hey djsmbd,

    Try adding the following to quick css:

    span.logo a img{
    margin-top:25px!important;
    }

    Best regards,
    Jordan Shannon

    #798690

    Hi Jordan,
    The logo is centered but static. When I scroll it gets cut off.
    Shrinking header is checked in the settings.
    Shouldn’t it slide up and remain full instead of get cut off?

    • This reply was modified 7 years, 7 months ago by djsmbd.
    #798693

    Hi,

    Please try adding this code as well:

    .header-scrolled .logo img {
       margin-top:0 !important;
       -webkit-transition: all .2s !important;
       transition: all .2s !important;
    }
    

    Best regards,
    Sarah

    #798696

    Thanks Sarah!
    Next I want to remove all the white space around the black mega phone image.
    Want it to stretch from left to right with out white space on top or bottom or left or right.
    This is on the home page.
    So header area…then black megaphone image (no white space around it…then the color section below

    • This reply was modified 7 years, 7 months ago by djsmbd.
    #798700

    Hi,

    For the megaphone image, did you put it inside a 1/1 column? If so, try putting it outside of that column so it can stretch. You can see this in action in our demo; the team photo right before the footer is an Image Element that is not inside a Column.

    You can also try using a Color Section or a Fullwidth Easyslider (with one slide) instead.

    Best regards,
    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.