• 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. Why is the widget content not wrapping properly?

    http://azoticaentertainment.com

    therman
    1 year ago
  2. Hi,
    you would like that the text to wrap around the image you need to add image code in text content not above it and then add this code in custom.css file:

    .alignright {float:right;
    	margin: 29px 0 7px 20px;
    }
    
    .alignleft {float:left;
    	margin: 10px 18px 10px 0px;
    }
    

    Cheers,
    Max.

    Max
    1 year ago
  3. I'm not talking about the images. I'm just talking about the content itself. In the far left widget it starts to disappear behind the center widget.

    This has to be an error in the code.

    therman
    1 year ago
  4. Hi,
    the problem is that you used there a div with class text. That class have a fixed width there which is bigger than widget width. So, to solve the problem you need to find this code in layout.css:

    .text {
    width: 365px;
    margin: 0px;
    float: left;
    }
    

    and replace with:
    .text {
    width: 300px;
    margin: 0px;
    float: left;
    }
    

    Cheers,
    Max.

    Max
    1 year ago
  5. I just used the info that was already pre-populated by the theme.

    therman
    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.