Bad alignment

Posted in: Newspaper
Post count: 5

Hi,

How can I fix this bad alignment? (wastehunter.com)
http://img4.hostingpics.net/pics/462322align.png

Post count: 5

If I delete Big Slide, then articles have good alignnment.
But what if I want Big Slider?

Post count: 6600

Hi,

I have checked your site and found this javascript error in the console http://screencast.com/t/U6PjaQPSk6Dl I believe this could be the cause of your issue and it might be due to a plugin conflict, please disable all plugins and activate them one by one and see which one is generating this issue.

Also noticed that you have set a negative margin on rows http://screencast.com/t/fnMntJXTC and these is coming from Visual Composer plugin so I’m thinking that you have set somehow the rows to be offset with 15px because when you set the rows to 0px of margin all comes back to normal.
Please check this also and let me know.
You can see yourself, just add this css in theme panel > custom css:

.wpb_row {
margin-left: 0px !important;
margin-right: 0px !important;
}

Hope this helps!
Thanks

Post count: 5

Thank you, I paste your css code in custom css and it works!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.