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

    I want to change the padding between columns in just one instance on a page. Basically, I want to make the padding minimal (a few pixels is fine). Is there any way to accomplish this?

    I want to leave the padding between columns everywhere else on the site untouched.

    #225865

    Hey mgerenser!

    Can you post the link to your website and point out the section where you would like to make changes?

    Best regards,
    Yigit

    #226261
    This reply has been marked as private.
    #226592

    Hey!

    You can add this on Quick CSS or custom.css:

    .home #av_section_1 .container {
    width: 100%;
    }

    Cheers!
    Ismael

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