Add:
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
to your theme’s stylesheet.
Thank you for such a prompt response. Im new to this could you please specify what part of the file I should input this code?
Here is the code to my index file:
[Code moderated as per the Forum Rules. Please use the pastebin]
Thank you
Add it to the bottom of style.css.
Just added the code. But the all the post are overlapping now ((
Thank you, it worked. But the last small thing: is there anyway to widen the space between the picture and the previous post meta tags? They are sticking to the next post picture now. Thanks again/
Try adding:
img.alignleft {
margin-right:10px;
margin-bottom:10px;
}
.alignright {
margin-left:10px;
margin-bottom:10px;
}
It works! Thank you for your help!
Hello Esmi,
I have a couple of more question about my wordpress theme. I hope you can help me again.
1) It seems that the theme doesn’t support Russian language for some reason. When I try to create a new menu page or insert a widget and type the name in russian, it doesnt appear on a site, but when I do the same but in english letters it works perfectly. IS there anyway to fix that?
2) When I inseert <!–more–> in my text it shows as “Continue reading »”, is there anyway to rename it? (I want to translate it to Russian)
Thank you for your help