Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #27637

    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!

    #134752

    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

    #134753

    Sure,

    Thanks for the response.

    http://goo.gl/TdYWH6

    #134754

    Hey,

    Please add this on your custom.css or Quick CSS

    .av-special-heading {
    margin-top: 10px;
    }

    Regards,

    Ismael

    #134755

    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.

    #134756

    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

    #134757

    awesome! thanks so much!

    #134758

    Glad we could help :)

    Let us know if you have any other questions or issues.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change padding between columns’ is closed to new replies.