Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
BeBuilder
column margins
zoepdx
August 2015
in
BeBuilder
Hi,
I would like to increase the space between columns. I noticed in another discussion that this is set with .
column
, .
column
s { margin: 0 1% 40px; }
I tried changing the 40px to 60px but it didn't seem to change anything.
Thanks for your help!
Zoe
Comments
Albert
August 2015
Hi,
did you tried with !importand declaration? So something like below:
.column, .columns { margin: 0 1% 60px !important; }
zoepdx
August 2015
I think I'm doing the wrong thing. The effect of that code is to push the left column down.
What I want to do is to increase the width between columns. See the image I've added...
Thank You!
Zoe
Albert
August 2015
What is the url to site where you want to do this? We are not sure if this is possible what you need but we can have a look on it of course and check if there is any css that may work.
zoepdx
August 2015
Hi,
Sorry for the delayed response. Your latest theme version solves this problem with the custom padding for each section.
Thanks!
Zoe
Albert
August 2015
We're glad to hear this
Sign In
or
Register
to comment.
Comments
did you tried with !importand declaration? So something like below: