• Having a hard time with putting text to the left or the right of the image. I click the image to do a left or right Alignment but it never puts the text to the right or left of the image. It puts it below it. On the back end it shows the way I want it – but then I look on the preview and it puts the text on the bottom. Take a look. https://www.tegentertainment.com click news

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter trevorg

    (@trevorg)

    I insert the image. Click on it to choose the setting to wrap the text to the left or right of the image. It always puts the text below the image. However when I look at it on the backend – it looks the way I want it. When I look at it on the site it puts the text below.

    Please help!!

    Try adding the following to the bottom of your theme’s stylesheet:

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

    Thread Starter trevorg

    (@trevorg)

    Where is that located? I am sorry but I am totally new to this. Where do I go on my backend to insert that information?

    Thread Starter trevorg

    (@trevorg)

    ok I found where to insert it – still not working.

    Thread Starter trevorg

    (@trevorg)

    Anyone help me here????

    This is soooooooo annoying. I have inserted code as I was told. I have clicked the steps to make text go to the right of the image. EVERYTIME THE TEXT GOES BELOW THE IMAGE THOUGH!!! This is not what I want at all.

    Someone must know how to fix this????

    Thread Starter trevorg

    (@trevorg)

    ?

    Looks like your theme doesn’t use an external stylesheet. All of the CSS is in header.php – which is where you’ll need to add the CSS mentioned above. Right now, it’s not in there.

    Thread Starter trevorg

    (@trevorg)

    Could you help me out with it?

    Thread Starter trevorg

    (@trevorg)

    anyone?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘alignment issues’ is closed to new replies.