• 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 2 replies - 1 through 2 (of 2 total)
  • Add the following to bottom of your theme’s stylesheet:

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

    Thanks for the work-around. Did the trick for me.

    However this is not an issue that I had with version 2.7 and I hope that it’s sorted out soon.

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