On my blog landing page, the titles and summary copy below is indended too much. How do I adjust that?
screenshot – https://s3.postimg.org/9f2conm8z/blog.jpg
Thanks
Hi navindesigns!
Thank you for using Enfold.
Please post the url to the actual page so that we can inspect the element. Or try this in the Quick CSS field:
.slide-content {
margin-left: -10px;
}
Regards,
Ismael
Hey!
Please add following code to Quick CSS
.slide-content {
margin-left: 0 !important;
}
Cheers!
Yigit
that works thanks