Tagged: blog articles
Hi,
On http://image.serv10.wpbouwlocatie.nl you can see an Enfold site I’m building. On the homepage I use the blog articles option. But I want to center this block. Is this possible?
Regards,
Kees
Hey keeslamper,
The blog posts look centered to me on my end, not heading though, is that what you are looking to center? If it’s a special heading element you should be able to do so in the options of the element. Please post a screenshot highlighting your intentions if I’ve misunderstood you.
Best regards,
Rikard
Rikard it’s fixed! Only the blog page is not looking good now… I’ve to recheck that.
Hi,
Great, glad you got if fixed. Please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi!
Change your mod to:
#top.home .avia-content-slider,
#top.home .avia-content-slider-inner,
#top.home .avia-content-slider-inner .slide-entry-wrap {
/* old: ; */
/* -webkit-transform-style: preserve-3d; */
-webkit-transform-style: flat;
-webkit-perspective: 1000px;
-webkit-backface-visibility: hidden;
display: flex;
justify-content: center;
}
That way it will only take effect on the homepage.
Best regards,
Josue