• Resolved ironman45

    (@ironman45)


    Hi, I have a little problem. I cant center images. Here is the images that show the problem, and how is not center in my site null and here is another image null
    I try the first 6 steps of the post “** PLEASE READ BEFORE YOU POST AN ISSUE **” and works fine, I think that is my theme Newspaper, this is the link of the demo theme https://goo.gl/v10Y06
    Here is the status of my system https://pastebin.com/uC4cM8x1
    Please, I will appreciate your help…

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @ironman45,
    Can you please create a test page that contain only a centered image,
    and attached a link here?

    Thread Starter ironman45

    (@ironman45)

    Hi @boazpojo thanks for your support.
    The page is ironman45.cu.cc/clixsense
    See that all the images are aligned to the left.
    I see the error. Is cause when you create a post. In Pages everything is ok
    When I create a new page, the image is centered normally.
    But when create a new post all the images are aligned to the left and you cant center them. Including the templates

    • This reply was modified 8 years, 2 months ago by ironman45.
    Thread Starter ironman45

    (@ironman45)

    This is a test post with the error https://ironman45.cu.cc/test-elementor-error/

    Two problems here!

    1) Your theme is doing something it should not be doing namely it automattically resets my browser’s cookies – looking from where you got it from I can see why. My advice to you is remove it and scan your site. To other’s don’t visit those links!

    2) As for your problem – again its your theme. The following code is the culprit

    .td-post-content img {
        display: block;
    }

    It should be…

    .td-post-content img {
        display: inline-block;
    }

    But seriously – the solution is to not use that theme. Get a genuin copy!

    Thread Starter ironman45

    (@ironman45)

    Hi @wpdevhq thanks for your support. Have a good day…

    Thread Starter ironman45

    (@ironman45)

    @wpdevhq Youre a Genius, I changed the theme and everything back to normal. Thanks ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘I cant center the Image’ is closed to new replies.