Why is the widget content not wrapping properly?
-
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 -
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 -
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
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 topicSearch forums
Searching for something specific? Type something and press Enter to search.




Add Reply
You must log in to post.