Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #500342

    Hi, I’m tring to create a full-width line (no left and right padding), but i don’t know how. Only that line should be without left and right spacing. Can you help me?
    I want to remove left and right padding, but only on this line.

    #500362

    Hey thenewplace!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home #av_section_1 .container {
        max-width: 100%!important;
        width: 100%!important;
        padding: 0;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.