Hi there awesome support team.
Please could you let me know how I can increase the space between columns on this page only. I’ve currently added a boarder to each column but i woundered if there was a different way.
Hey markgibbons243,
The page is password protected. Could you provide access temporarily so that we can assist with the column spacing for that page.
Best regards,
Jordan
Hi Jordan,
It’s in the private data section, below the link. I added it just after the original post, sorry.
Hi,
Sorry for the delay. Looks like you managed to do it by using the columns’ padding options.
Best regards,
Ismael
Hi Ismael,
Yeah, it’s not ideal I was trying out other options. Can it be done any other way?
Hi,
You can add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-2657 .flex_column.av_one_third {
border: none!important;
}
and increase padding of your columns
Best regards,
Yigit
That’s great, thank you!