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!!
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