shiftychris
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Full width footerThank you very much –
you helped me a lot! I fixed the padding and I am realy happy right now!
Thank you for solving my problem.Forum: Themes and Templates
In reply to: Full width footerThank you sooo much –
you was right, I changed the wrong line. (No need for apologigies ;))
And now I have to do the same with my header and my navbar?Forum: Themes and Templates
In reply to: Full width footerHi I set the max-width to 1080px and the margin to auto, both !important, in my .main lines.
But that didn’t solve my problem. I guess I have to live with that tiny footer. 🙁
Ther seems to be no easy way to get the footer full-width.Forum: Themes and Templates
In reply to: Full width footerHello again,
I removed the max-width line out of the body tag and set the footer to 100% but nothing happened. I have no clue what is wrong with the code.Can you tell me where I have to modify the code in my footer section?
This is my Body:
body { margin: 0 auto; width: 1080px; }And this is my footer:
.site-footer { background-color: #303030; color: #303030; font-size: 14px; text-align: left; width: 100%; }Forum: Themes and Templates
In reply to: Full width footerHi,
its me again- I removed max width out of my body tag and I set the footer to 100% but nothing happened. Here is the footer section of my css, perhaps I missed something:* 7.0 Footer
* —————————————————————————-
*/.site-info {
display:none;
}.site-footer {
background-color: #fff;
color: #fff;
font-size: 14px;
text-align: left;
}.site-footer .widget-area,
.sidebar .site-footer {
text-align: left;
}.site-footer a {
color: #303030;
width: 100%
}.site-footer .sidebar-container {
background-color: #303030;
padding: 0px 0;
width: 100%;
}.site-footer .widget-area {
margin: 0 auto;width: 100%;
}
.sidebar .site-footer .widget-area {
max-width: 724px;
position: relative;
left: -158px;
}.site-footer .widget {
background: transparent;
color: #fff;
float: left;
margin-right: 20px;
width: 245px;
}.sidebar .site-footer .widget {
width: 228px;
}.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
margin-right: 0;
}.site-footer .widget a {
color: #3399cc;
}.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
color: #fff;
}.site-info {
margin: 0 auto;
max-width: 1040px;
padding: 30px 0;
width: 100%;
}#wpstats {
display: block;
margin: -10px auto 0;
}Forum: Themes and Templates
In reply to: Full width footerThank you very much –
but I want to keep my content section width at 1080px.
Is there a way to get the footer out of the body to set it to 100%?