Home › Forums › All Other Themes › SKT Full Width Pro – Footer and Footer bottom misalignment
- This topic has 11 replies, 2 voices, and was last updated 8 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
February 27, 2016 at 11:23 am #24553
There is a misalignment with the areas:
Content, lower widget area (footer), and footer bottom
I’d like to know where to change these settings?
It is misaligned in responsive view as well, please see second screenshot.
February 29, 2016 at 8:52 am #24712Hi Michael,
Kindly show us your website URL.
Regards,
BradFebruary 29, 2016 at 10:23 am #24739Hi Machael,
Add this code in custom css box:
#content, .footer-bottom { width:100%;}
@media screen and (max-width:767px) {
#secondary.home_front_wrap { margin-bottom:20px;}
#primary { width:100%; margin:0;}
#content, .header { width:90%; margin:auto;}
#colophon, .footer-bottom { width:90%; margin:auto;}
.footer-bottom { width:90%;}
}Regards,
DaveFebruary 29, 2016 at 4:23 pm #24827Worked! Thank you.
March 1, 2016 at 12:13 pm #24931The new alignment doesn’t work on “full width” page template, please check this page
March 2, 2016 at 6:13 am #25031Hi,
Add this code in custom css box:
@media screen and (max-width:767px) {
.page-template-page-full-width-php .footer-bottom{width:90% !important;}
}Regards,
DaveMarch 2, 2016 at 10:45 am #25093Thank you for your answer.
I added the new code = it does not work
I deleted the old code (above) = it does not work
I put back in the old code = it does not workWhat now?
March 2, 2016 at 11:55 am #25115Hi Michael,
Alignment is fine now. We have just checked on different browsers.
Regards,
DaveMarch 2, 2016 at 1:12 pm #25130Well, not on every page, please have a look here, cklick on “News 2”:
http://pekic.de/das/news-2/
March 2, 2016 at 1:25 pm #25135Okay add this code in custom css box:
.page-template-page-full-width-php .footer-bottom{width:100% !important;}
Regards,
DaveMarch 22, 2016 at 8:37 pm #27812The footer is misaligned again!
These are the custom codes you/SKT gave me:
#content, .footer-bottom { width:100%;} @media screen and (max-width:767px) { #secondary.home_front_wrap { margin-bottom:20px;} #primary { width:100%; margin:0;} #content, .header { width:90%; margin:auto;} #colophon, .footer-bottom { width:90%; margin:auto;} .footer-bottom { width:90%;} } .page-template-page-full-width-php .footer-bottom{width:100% !important;} @media screen and (max-width: 479px) { #secondary.home_front_wrap{margin-bottom:0 !important;} } @media screen and (max-width:767px) { .page-template-page-full-width-php .footer-bottom{width:90% !important;} } .single-post h1.entry-title{color:#dc266e !important;} .single-post h1.entry-title{line-height:35px !important;} .post-thumb img{border:none !important;} .post-thumb img{border-radius:0 !important;} .header .logo{ padding:60px 0 0 !important;} #site-nav ul li{border-bottom:1px solid #dc266e !important; border-top:none !important;} .postmeta{display:none;} .homepage-article{ width:250px !important;} .category article{ background:#FFF !important;} .homepage-article h1.entry-title{border-top:none !important;} .homepage-article h1.entry-title a{color:#dc266e !important;} .homepage-article h1.entry-title a:hover, .category h1.entry-title:hover::first-letter{color:#fff !important;} h1.entry-title{ line-height:11px !important; text-align:left !important;} h2.widget-title{color:#dc266e !important;}
March 23, 2016 at 5:43 am #27865Hi Michael,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#colophon{width:100%;}
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.