• I have problem with my pictures presentation on my blog(( When I try to alight pic. to the left and want the text to wrap around all that picture. But only one line of text is wrapping the picture. I want the text to start all the way from the top
    You can see the example over here http://applegadget.ru I will appreciate your help guys.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Add:

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

    to your theme’s stylesheet.

    Thread Starter appleinsider

    (@appleinsider)

    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.

    Thread Starter appleinsider

    (@appleinsider)

    Just added the code. But the all the post are overlapping now ((

    Then try adding:

    .postItem {clear:both;}

    to your stylesheet.

    Thread Starter appleinsider

    (@appleinsider)

    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;
    }
    Thread Starter appleinsider

    (@appleinsider)

    It works! Thank you for your help!

    You’re welcome.

    Thread Starter appleinsider

    (@appleinsider)

    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

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

The topic ‘Problems with the pictures’ is closed to new replies.