Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1078632

    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

    #1079364

    Hi Peter,

    Could you post a link to the page in question so that we can have a closer look please?

    Best regards,
    Rikard

    #1079732
    #1080261

    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

    #1083472

    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

    #1084257

    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

    #1084260

    Thanks a lot Victoria.
    It works with the Quick CSS

    Peter

    #1084412

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog Text Position without showing the blogpost image’ is closed to new replies.