We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development. You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup. If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules
|
||||||
| General questions All questions about our products and services can be posted here |
![]() |
|
|
#1 (permalink) |
|
Unlicensed
|
I was just populating my web categories when I noticed a bug in the layout. The breadcumbs bar is fine everywhere in the template except when you click through to a category on this page, on this page suddenly that bar is stretched across the page. I checked it in firebug and it seems the <div id="pathway">
is inside <div id="centerbottom" on every single page, except on the page that is generated for web link categories It's left outside of it and it's missing the "holder" div as well Working page: Code:
<div id="centerbottom" style="font-size: 12px; width: 90%;"> <div id="holder"> <div id="leftblock" style="width: 15%;"> <div class="inside"> </div> </div> <div id="midblock" style="width: 85%;"> </div> </div> <div id="pathway"> Code:
<div id="centerbottom" style="font-size: 12px; width: 90%;"> </div> <div id="pathway"> Last edited by crossmr; 06-03-2011 at 10:13 AM.. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|