Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #616424

    Hi Guys

    Please can you send me some code to change the spacing between the layout elements. for 1/4 and 1/3
    Thank you

    Grant

    #616427

    Hey Grant!

    Can you please post the link to your page and point out the sections where you would like to make the changes?
    We are going to need to provide you accurate custom CSS code not the break the layout and it would be great if we saw your live website

    Best regards,
    Yigit

    #616448

    I am trying to achieve much thinner spaces between the pictures!

    Thanks for the help.

    #616479

    Hey!

    You can try using Grid Row element instead and set it to display 4 cells or you can add your columns inside a Color Section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id div .av_one_fourth {
        margin-left: 2%;
        width: 23.5%;
    }

    Cheers!
    Yigit

    #616507

    Once again….. YOU GUYS are AMAZING
    thanks for the help.

    Grant

    #616516

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Spacing between the content elements’ is closed to new replies.