Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #359979

    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.

    • This topic was modified 9 years, 4 months ago by slui.
    #360191

    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

    #360664
    This reply has been marked as private.
    #360899

    Hey!

    Please add following code to Quick CSS

    #top .title_container .container { margin: 0 50px; }

    Regards,
    Yigit

    #360948

    Thank you that did it!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Issues after update to latest version of Enfold’ is closed to new replies.