Hey Kriesi,
I’m trying to change the styles of the related articles section
but I am not able to center it and so on – take a look at the link.
I would like it to be centered, with a max width of 900px,
and for it to show only 4 articles. is this possible?
I think right now it’s full width because we played eralier (with the support’s help)
with the featured image on top
Thanks,
Uri
Found a solution!
#top div.related_posts.av-related-style-full {
width: 900px;
margin-left: auto;
margin-right: auto;
float: initial;
}
Thanks anyway :)