Shape 5

Joomla Templates => EZ Web Hosting - Club => : cspgsl April 12, 2015, 11:11:42 AM



: Different CSS rules for same page
: cspgsl April 12, 2015, 11:11:42 AM
I'm having a problem at http://ahstaxgroup.ca

If you open http://ahstaxgroup.ca the page loads with everything in place.

If you click on the sitemap link for the home page http://ahstaxgroup.ca/8-frontpage/82-experienced-professional-auditors-working-for-you-2 the body content bleeds into the right column.  How would I adjust this?

Thanks


: Re: Different CSS rules for same page
: mikenicoll April 13, 2015, 07:24:06 PM
Hello,

There is additional coding in bootstrap for the featured area that is causing a slight discrepancy. I believe this is due to the 95% width setting bootstrap is using on the columns. However, neither of these should overlap in any scenario. If you remove the coding you have added in the custom.css nothing will overlap. All the framework positions do not collide unless you have specifically added coding the overlays the content outside of the container.


: Re: Different CSS rules for same page
: cspgsl April 14, 2015, 04:25:44 AM
If I remove the custom.css code I lose my formatting for the right position.

I have added       padding-left:30px !important;      to create the space to the left of the checkmarks which will work however, I suspect I have broken something else by doing so but have not found the next problem yet.


: Re: Different CSS rules for same page
: mikenicoll April 15, 2015, 12:18:36 AM
Hello,

Yea I am not quite sure as you have a bunch of additional styling but you most likely just have to modify the margins/paddings slightly. Overflow is only occurring right now due to the modifications added.