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?
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?
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
awesome! thanks again! can i donate somewhere to you ;)
You're welcome! Don't worry, chances are I'll accidentally send you down the wrong path eventually!
:-)
This topic has been closed to new replies.