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

    Hello Enfold Team,

    I’ve encountered with an issue I don’t know how to fix. In the screenshot you can see that the Color Section with the Blue Grandient has more width than the others. For example, the Blue one has the exact content and configurations as the green one, but for some reason the Blue Section is wider.

    Please help me with this, I’ll leave the temporary access

    #988306

    Hey Mireya,

    Best regards,
    Victoria

    #988449

    Hello Victoria

    #988582

    Hi,

    Thanks for that, you have CSS removing padding on the sections above the 4th one:

    #top.page-id-1016 #av_section_3 .container {
        padding: 0px !important;
    }

    Do you want that to apply to all sections on the page? If so then please try changing it to this instead:

    #top.page-id-1016 .avia-section .container {
        padding: 0 !important;
    }

    Best regards,
    Rikard

    #988637

    Thank you so much! I will check it out, but it worked!

    Have a nice day everyone, we can close this thread :)

    #989018

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘A Color section has more width than other sections’ is closed to new replies.