I am trying to change the space between the columns. I am using the 1/5 column layout module; it currently looks for have 50px space between each column. I’m hoping to change that space to 10px or so. I tried to find where to to change it in the .css files, but have had no luck. please advise – love the theme btw!
Hi,
In order for us to help you, please include a URL to the particular page where you are experiencing this problem. Since each page can be created in a number of different ways , and due to many updates, it is simply not possible to provide you with a meaningful solution without first seeing the page with the live code. A screen capture will not help. What you can do is hide the url to your site by using the http://www.goo.gl url shortner.
Thanks,
Nick
Hey,
Please add this on your custom.css or Quick CSS
.av-special-heading {
margin-top: 10px;
}
Regards,
Ismael
Hmm… this doesn’t seem to work. I am talking about needing to reduce the space between the “seniors”, “weddings”, portraits” and “commercial” buttons. They are located just under the featured slider.
Hi,
Please try this, if you want to change it yourself, remember that if you bring the smaller number to 3% you will need to lower the bigger number to probably 22.5% . Right now you were at 4% I believe and 22…. something..
div .av_one_fourth {
margin-left: 2%;
width: 23.4%;
}
Please add that to Quick CSS located in Enfold > (theme options) > Layout Styling OR to /css/custom.css
Thanks,
Nick
awesome! thanks so much!
Glad we could help :)
Let us know if you have any other questions or issues.