Please help me find this?


Author Message
bejamshi

Posted: 1/22/2011
Quote message 

Hi, Please help me find this, It is the TEXT, I wish to move it over to the right a few pixels.


 
David

Posted: 1/23/2011
Quote message 

I think you would actually have to change the margin setting on your image. In your screen capture it looks like the image probably has a 10 pixel margin around it so you would have to set the margin to 0 probably if you are trying to line your header text with the left of the image.... but then if you do that then your article text is going to nest right next to your image.

I am not sure if there is a setting in the program to move the header text over like you want. Someone with better experience who perhaps knows more about the CSS structure maybe can help you.
 
vtxyzzy

Posted: 1/28/2011
Quote message 

I think you can get what you want by adding this to the end of style.css:

h2.art-postheader { margin-left: 10px; }

 
www

Posted: 2/10/2011
Quote message 

It would be still problem with text under image.

As Artisteer cannot do this, open template.css an put margine-left for image to 0.

margin: 5px 5px 5px 0; (tex if it is 5px)