Without a link to your site, impossible to even guess at what the problem might be.
Thread Starter
5ism
(@5ism)
sorry, the website is NorthKoreanPainting.com . Problem occurs under ‘The paintings’ located in the left menu.
It looks pretty okay to me in Firefox — what browser are you using and what’s the problem exactly. If you can post an image of the problem that would be helpful too.
Thread Starter
5ism
(@5ism)
OK, see, the images should be aligned with the text above and below (coz the text are indented to the right), but with the caption, it is aligned to the extreme left.
the captured image is at here :http://www.northkoreanpainting.com/download/others/sc%20indent.png
(i don’t know how to embed a image in the post)
That worked fine — and now I see what you want to do. Try adding this to your custom CSS:
#top .wp-caption {
margin: 5px 15px 10px 25px;
Thread Starter
5ism
(@5ism)
thanks a lot!
but i don’t know where to add this to?
The theme stylesheet says this:
/*
* PLEASE DO NOT EDIT THIS FILE!
*
* To make it easy to update your theme, you should not edit the styles in this file. Instead use
* the custom.css file that is located in your themes /css/ folder to add your styles.
* You can copy a style rule from this file and paste it in custom.css and
* it will override the style in this file. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Layout & Styling
*/
So you can add it in either of those places.
Thread Starter
5ism
(@5ism)
Hey WPyogi, thanks a million for your help! it worked wonders! in the text editor, it still cannot be indented, however, after updating in the actual site, the image together with the caption are indented.
Thanks again!
Great — glad it worked. The editor does not always look exactly the same as the site itself…so don’t count on that!