Jump to content

Problem after blog module, in page orentation


freemall

Recommended Posts

As I told before, it's a float issue. You can add 

<div style="clear: both;"> </div>

you should add this after the following div:

<div class="sdsblog-box-content">...</div>

There are for sure other methods. Probably you have a clear or clearfix class in your css file. You could also do it with this class. But I tested with the code above, it works perfectly fine.

Link to comment
Share on other sites

Thats not a problem of blog module.

 

Your cmsinfo stuff is a bit broken. The main problem is, that in the last block you have two times this div: 

<div class="col-xs-6"">

This is set 50%... Since you have two, your text in the last box, doesn't show correct. Have you changed original theme? I would be surprised if there are two of this divs. But honestly I don't work with original theme, so I don't know exactly. But if your remove one of this div. It will look much better.

Link to comment
Share on other sites

×
×
  • Create New...