Hi,
to get rid of the image at blog posts on the top left corner of a page,
I have implemented the following Quick-CSS lines:
.single .blog-meta {
visibility: hidden;
}
Unfortunately the space for the image is still “reserved”, so the text not
left aligned to the full page. How can I remove this space?
Peter
Hi Peter,
Could you post a link to the page in question so that we can have a closer look please?
Best regards,
Rikard
Hi compgen_mailwurm,
https://imgur.com/a/3fDXq61 I am not seeing the issue. Can you please attach a screenshot of the issue?
Best regards,
Victoria
Hello Victoria,
sorry, I was a few days off. Please have a look to one sample Blog post at:
You see that the text is not left aligned, but that there is still the space reserved, which normally is the width of the article image displayed.
Peter
Hi Peter,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.template-blog .blog-meta {
margin-right: 0;
width: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks a lot Victoria.
It works with the Quick CSS
Peter
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
