Footer size
I work with the Layout Bound in Full Width. My problem is, if i have small text on a page, the footer grows to big. It’s possible to write css code that the footer has a maximum size, after the footer it’s only background ?
Thanks in advance.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
8Hi
The only possible hotfix here is to add a min height to the content container, give this a try under Appearance > Custom CSS:
/* Main Container */ #main { min-height: 500px; }Adjust as required.
Hi Andrew,
thanks for your answer, it doesn’t work. If i go back to boxed Layout, it’s possible to make a shadow for the box design ?
Thanks in advance.
Chris
The CSS I sent will set a min height for the center content container. To see what’s going on, please send a link to your site with the CSS in place and we’ll take a look.
Just shooting from the hip, shadow on boxed layout will probably be:
#page-wrapper { box-shadow: 3px 3px 3px #ccc; }Edit as required.
http://www.w3schools.com/cssref/css3_pr_box-shadow.asp
http://stackoverflow.com/questions/6821295/add-css-box-shadow-around-the-whole-div
Hi Andrew,
i can’t send you a link, because the new hompage is offline (MAMP), but I’ve two picture for you, the first picture is http://www.eco-butz.de/Boxed_Layout.jpg. In this Picture you see a red circle, the appearance of the box is not correct, how can I change this via css ?
In the second picture http://www.eco-butz.de/FullWidth_Layout.jpg, the background has the same color as the footer, how can i change the color of the background ?
Thanks in advance
Chris
Thanks.
To sort out Boxed Layout add this:
#page-wrapper { padding-top: 0; } header#masthead { margin-top: 20px; }Should do the trick.
To sort out the Full Width problem, set a body background color:
body { background-color: #fff; }Hi Andrew,
thanks for your help, the boxed Layout works very fine. The Full Width body background color doesn’t work.
If you have a testing url available we could take a look at the full width layout problem. I’m sure it’s something we could resolve once we view the problem and can inspect the source code.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.