Hello,
I picked the position of the sidebar to the left.
The Content get pushed down, till the sidebar is emtpy:
This is a fresh installation on Joomla 2.5
How to solve this?
Thanks
teitbite wrote:Hi
Please show me Your site.
section#gkContent, section#gkComponentWrap, aside#gkSidebar {
clear: none;
}
teitbite wrote:Hi
Looks like this code is all You need:
- Code: Select all
section#gkContent, section#gkComponentWrap, aside#gkSidebar {
clear: none;
}
@media only screen and (min-width:986px) and (max-width: 1235px) {
section#gkContent, section#gkComponentWrap, aside#gkSidebar {
clear: both;
}
}
.gkMenu > ul div.childcontent a img {
float: left;
margin-right: 10px;
}
teitbite wrote:Hi
Sorry, just found it. Didn;t realized it was in submenu. Try add this to css:
- Code: Select all
.gkMenu > ul div.childcontent a img {
float: left;
margin-right: 10px;
}
but I'm affraid the more accurate would be to add a new class to this to make a changed only for this one menu item.
.gkMenu > ul div.childcontent a img