Forums

images not centred (4 posts)

  1. misspia
    Member
    Posted 1 year ago #

    I want to center my images, i use the theme bueno. When I edit them it says they are in the center but when I check on the site they are aligned left. like here:
    http://mit-rucksack-und-kind.de/wp/?p=692

    any ideas how i can fix that?

  2. ClaytonJames
    Member
    Posted 1 year ago #

    You can try adding this to the bottom of custom.css

    .aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    .alignleft {
    float: left;
    }
    .alignright {
    float: right;
    }

    A reference for WordPress Generated Classes

  3. misspia
    Member
    Posted 1 year ago #

    awesome! thanks again! can i donate somewhere to you ;)

  4. ClaytonJames
    Member
    Posted 1 year ago #

    You're welcome! Don't worry, chances are I'll accidentally send you down the wrong path eventually!

    :-)

Topic Closed

This topic has been closed to new replies.

About this Topic