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
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
It worked fine for the post-slide.
What about the 4 column rows? any trick for decreasing the margin?
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
This is not working for me at all :(
anything else I have to consider?
thanks
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
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
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
Exactly what I wanted.
Thanks.
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