• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. I am trying to set the images ion my pages to left justify. They appear so in the wordpress editor but when I do they display in the browser they are right justified. Do you know I can get around this?

    Many thanks!

    hypnobliss
    1 year ago
  2. Hi,
    please provide wordpress installation link, username and password from wordpress dashboard and I would check.

    Thanks.

    Max
    1 year ago
  3. Here it is...

    hypnobliss
    1 year ago
  4. Hi,
    please try now.

    Cheers,
    Max.

    Max
    1 year ago
  5. Thanks,
    It works now. What did you do? It might be helpful for other users who have the same problem.
    Will this work for all my pages now or do I have to repeat whatever you did?
    Many thanks!

    hypnobliss
    1 year ago
  6. Hi,
    it would work foe all your pages. I added this code in style.css file of your theme:

    .aligncenter,
    div.aligncenter {
    	display: block;
    	margin-left: auto;
    	margin-right: auto}
    
    .alignleft {
    	float: left}
    	
    .alignright {
    	float: right}
    img.alignleft {
    	margin:0px 20px 5px 0 !important;}
    img.alignright {
    	margin:1px 0 5px 20px !important;}
    

    Cheers,
    Max.

    Max
    1 year ago
  7. Great!
    Cheers for the speedy response Max!
    Many thanks!

    HB

    hypnobliss
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.