- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Using the Unite theme. I cannot get my footer to display at full width. I have the full width option checked under theme options, and everything else looks fine, however only the footer won't do so.
If it helps, here is my footer code from the _global.less file. Thank you in advance.
/* Footer */
.footer-wrap {
width: 100%;
font-size: 14px;
border-top: 1px solid fade(@fill, 10%);
.wsite-footer {
max-width: 1366px;
background: #cc0029;
padding: 60px 40px;
;
}
h2,
p,
blockquote {
margin: 0 auto 20px;
}
h2 {
font-size: 20px;
}
p {
font-size: 14px;
}
blockquote {
font-size: 14px;
background: transparent;
padding: 0 0 0 1em;
&:before {
top: 0;
left: 0;
font-size: 1.5em;
}
}
}
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
This was solved by removing the following line of code:
.wsite-footer {
max-width: 1366px; <----- This one.
background: #cc0029;
padding: 60px 40px;
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
This was solved by removing the following line of code:
.wsite-footer {
max-width: 1366px; <----- This one.
background: #cc0029;
padding: 60px 40px;
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page