Shape 5

Joomla Templates => Corpway - Club => : mdrothert August 12, 2014, 09:29:29 AM



: Article Text
: mdrothert August 12, 2014, 09:29:29 AM
I upgraded from Big Picture template to Corpway and realized my articles are not lining up?  Any suggestions what has happened?

http://news.mediprocity.com/index.php/terms-conditions


: Re: Article Text
: mikek August 13, 2014, 07:45:21 AM
Hello,

I am seeing the article on that page. It's an article showing all your terms and conditions.


: Re: Article Text
: mdrothert August 15, 2014, 07:31:40 AM
Sorry Mike, I asked the question wrong, for this link, any idea why my margins are off?

http://news.mediprocity.com/index.php/terms-conditions


: Re: Article Text
: mikek August 16, 2014, 06:54:14 AM
Hello,

The article itself has a lot of extra divs wrapping around the text that don't need to be there. I am not sure what is putting them there, but they aren't default Joomla classes. This class in particular is meant for static widths by bootstrap:

<div itemprop="articleBody">
<div class="container">

You can try adding something like this to custom.css to override it:

.container {
width:auto !important;
}