Hello,
How do I add padding on top of my logo to align it with the menu items?
Cheers!
Hey djsmbd,
Try adding the following to quick css:
span.logo a img{
margin-top:25px!important;
}
Best regards,
Jordan Shannon
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?
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
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
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