Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1429910

    We updated Enfold on a staging copy of a client’s website. Everything looks good, except for the layout of one area of a page. In the private info I provided the link to the page on the staging copy of the website where the issue is, along with the same page on the live website where the theme hasn’t been updated yet. The area of the page displays correctly there. The specific area I am referring to is the 5 containers with the background images and H1/H2 text. Any help addressing this on the staging site where the theme has been updated would be great.

    #1429924

    Hey NicomIT,

    You have the following custom CSS code:

    
    .solutions-header
    {
      padding: 10%;
      margin-bottom: 0;
    }
    

    Please change it to the following and clear caches:

    
    #top .solutions-header
    {
      padding: 10%;
      margin-bottom: 0;
    }
    

    Best regards,
    Yigit

    #1429944

    Thanks for the quick reply Yigit. That did the trick.

    #1429964

    Hi NicomIT,

    I’m glad that Yigit could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Display Issue of Columns After Theme Update’ is closed to new replies.