Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1043176

    Hello,

    On my Blog page, I’ve chosent the Unique author / small image presentation but I don’t understand why my image is centered while on your demo it’s on the left. I’ve tried to remove my whole customize css but same result. Why is the image centered, how can I get it on the left.

    Thanks for your help,
    Marine

    #1043213

    Hi Marine

    I would love to help you if you post your website URL here so I can see where it happens.
    Without it makes it slightly more difficult.

    Best
    Michael

    #1043231

    Here is for u Micheal : I just open the site for a few minutes, it’s still under development

    #1043277

    Hi Marine

    Thanks – try adding this CSS code:

    #top .fullsize .template-blog .blog-meta {
    float: left;
    margin: 0px 10px 10px 10px !important;
    }
    
    #top .fullsize .flex_column .template-blog .post .entry-content-wrapper > * {
    max-width: 90%;
    }

    Is that how you would like it to look like?

    Best
    Michael

    #1043295

    Yes perfect!
    Thanks Michael :-)

    #1043297

    Cool – glad it worked ;)

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.