WebsiteBaker Support (2.8.x) > Templates, Menus & Design

left sidebar moves down when I insert a new content in some pages

<< < (2/2)

midiweb:
youpi! I found the solution thanks to this marvellous add-on of Firefox Browser: Web Developer Toolbar

--- Code: ---#wrapper {
display : inline-block;
padding-top : 0;
background-color : white;
position : relative;

}
--- End code ---
must be:


--- Code: ---#wrapper {
display : inline;                   "block"  must not be added
padding-top : 0;
background-color : white;
position : relative;

}
--- End code ---

--- Code: ---display:inline;
--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version