• Resolved viniciusmunich

    (@viniciusmunich)


    Hello,
    I’m having some problems on my blog, link below:

    http://www.eleuzaribeiro.com.br/blognovo/

    In the post, in his background, has an image of a “cross” being repeated throughout the postage.

    I can center the text in this area, but the pictures are always in the left corner, I can not center them or align them to the right corner …

    See my CSS:

    # primary {
         position: relative;
         right:-100px;
         float: right;
         width: 880px;
         background: url (http://eleuzaribeiro.com.br/blognovo/wp-content/themes/eleuza_torcbrasil/images/bg-posts.png);
         padding: 20px 55px 0-180px;

    I think it’s something in the css somewhere else that is causing this limitation ..

    My full css:
    http://www.eleuzaribeiro.com.br/blognovo/wp-content/themes/eleuza_torcbrasil/style.css

    What should I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks as though you’re using the iProtect plugin, which displays each photograph as the background image to a div instead of a separate IMG object. Makes positioning a bit more difficult.

    I don’t know if it’s possible with that plugin, but if you can edit the CSS output, add the background-position: center; property to the div and that will center the photos.

    Thread Starter viniciusmunich

    (@viniciusmunich)

    thank you ! I managed to solve 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Center image in post’ is closed to new replies.