freemall Posted August 22, 2014 Share Posted August 22, 2014 I have installed blog module, and display blog content on front page, the problem is, after blog module facebook block and custom block is shifted and 1 column is blank, please help me thanks Link to comment Share on other sites More sharing options...
dioniz Posted August 22, 2014 Share Posted August 22, 2014 Would be easier if we can see the site if possible Link to comment Share on other sites More sharing options...
wakabayashi Posted August 23, 2014 Share Posted August 23, 2014 This seems to be a float issue. Add a div or so at the end of the blog module which clears... Something like that: <div style="clear: both;"> </div> 1 Link to comment Share on other sites More sharing options...
vekia Posted August 23, 2014 Share Posted August 23, 2014 can you open your website? it's undermaintenance mode right now it's hard to say where the problem is Link to comment Share on other sites More sharing options...
freemall Posted August 24, 2014 Author Share Posted August 24, 2014 Done Sir, please check it, you are really great thanks Link to comment Share on other sites More sharing options...
wakabayashi Posted August 24, 2014 Share Posted August 24, 2014 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 More sharing options...
freemall Posted August 25, 2014 Author Share Posted August 25, 2014 I did it, but it is still not perfect problem is there thanks Link to comment Share on other sites More sharing options...
wakabayashi Posted August 25, 2014 Share Posted August 25, 2014 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 More sharing options...
freemall Posted August 26, 2014 Author Share Posted August 26, 2014 i am using another theme thanks Link to comment Share on other sites More sharing options...
Recommended Posts