Hi,
I’m running into some issues after the update. Here is what I’m experiencing:
1. Increase in size of logo
2. Section heights have changed
3. Header text shifting left
I’ve created a test site to test the updates before implementing on a live site.
Hey slui!
1. It looks like you currently have the logo set to a custom height in your CSS.
div .logo {
background: none repeat scroll 0 0 #ffffff;
display: block;
float: left;
height: 156px;
left: 0;
position: absolute;
z-index: 100;
}
2. I’m not sure how you had them before but the color section elements have a setting where you can set a custom height.
3. As far as I can tell it looks fine on my end. Did you get this fixed? If your still having trouble then take a screenshot and highlight what your trying to do with it.
Cheers!
Elliott
Hey!
Please add following code to Quick CSS
#top .title_container .container { margin: 0 50px; }
Regards,
Yigit
Thank you that did it!