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

    Hello,

    I would like to increase space between two columns (3/4 + 1/4) – but I want to target it to one row of columns on the site only. How do I go about doing this? I’ve attached screenshots for example of what I want and what I have now. Arrows indicate where I want additional space.

    What I have now: https://imgur.com/a/nPxKWem
    What I want: https://imgur.com/a/JkIZZGc

    I linked to the site in the private content section.

    Thank you!!

    #1067413

    Hey Brad,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page-id-82  #av_section_3 div .av_one_third {
        margin-left: 10%;
        width: 25.333333%;
    }
    

    This code will affect only that page. If you want it to work everywhere. It needs to change.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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