Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #520902

    Hi,

    Please have a look in my frontpage. The margins between the columns and the slider post are to big and I cant control them with any of the tips, support articles or trying to track down the css hierarchy.

    What am I doing wrong?

    Thanks

    #520905

    Hi synyo!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .av_one_fifth {
        margin-left: 3%;
        width: 18.2%;
    }

    Cheers!
    Yigit

    #520910

    It worked fine for the post-slide.
    What about the 4 column rows? any trick for decreasing the margin?

    #520912

    Hey!

    You can add following code to Quick CSS as well and adjust as values

    .home .av_one_fourth {
        margin-left: 3%;
        width: 18.2%;
    }
    .home .av_one_fourth.first, .home .av_one_fifth.first {
    margin-left: 0;
    }

    Cheers!
    Yigit

    #520972

    This is not working for me at all :(
    anything else I have to consider?

    thanks

    #521649

    Hi!

    about which column are you talking about exactly? can you be more specific please? use screenshots to highlight your intentions (imgur.com, dropbox).

    Best regards,
    Andy

    #521694

    Hey sorry for the confusion,
    find the links below since its also easier to track the css.
    The second css script you sent didnt work for me at the NEWs and @SYNYO secion (Link one). But I solved it with Portfolio feature size

    But such fix can not be applied at the Projects page (link 2). Its not a matter of post margins anymore. How can I decrease the space between images?

    thanks

    #521789

    Hi!

    still not sure what you need, as you didn’t send us any screenshots showing the results you wish. However, maybe it’s this what you want:

    article.slide-entry.flex_column.post-entry {
    margin-right: -30px;
    }
    

    Cheers!
    Andy

    #521843

    Exactly what I wanted.
    Thanks.

    #521852

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Regards,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Columns margins and paddings not controllable’ is closed to new replies.