I am creating a website http://test.hdwebdesigns.co.uk/Nitin/ as you'll notice the right hand side of the footer has a blank area and doesnt go fully across the screen (even though the attributes are set at 100%).
I need to stretch the footer all away across the page for the devices Ipad, Iphone and normal computer.
Hello,
I am creating a website http://test.hdwebdesigns.co.uk/Nitin/ as you'll notice the right hand side of the footer has a blank area and doesnt go fully across the screen (even though the attributes are set at 100%).
I need to stretch the footer all away across the page for the devices Ipad, Iphone and normal computer.
Can anyone help me out?
Try taking the padding right and left off of the div #templatemo_footer
here I tried to clean up your css code a little ... on a lot of your stuff you had width 200% and unnecessary padding applied
Credit: http://www.templatemo.com */
.contentmain { font-size: 16px; }
body { margin: 0; padding: 0; line-height: 1.5em; font-family: Helvetica; font-size: 12px; color: #353535; background: #fff url(images/templatemo_body.jpg) repeat-x top; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
a:link, a:visited { color: #000000; text-decoration: none; font-weight: normal; } a:active, a:hover { color: #000000; text-decoration: underline; }
p { margin: 0px; padding: 0px; }
img { margin: 0px; padding: 0px; border: none; }
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; }
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px; } .margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px; } .margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px; } .margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px; } .margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px; } .margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px; }
.margin_right_20 { margin-right: 20px; } .margin_right_40 { margin-right: 40px; }
.fl { float: left; }
.fr { float: right; }
templatemo_wrapper {
}
/* header */
templatemo_header {
}
templatemo_header #site_title {
}
templatemo_header #site_title a {
}
templatemo_header #site_title span {
}
/* menu */
templatemo_menu {
}
templatemo_menu ul {
}
templatemo_menu ul li {
}
templatemo_menu ul li a {
}
templatemo_menu li a:hover, #templatemo_menu li .current {
}
/* end of menu */
/* end of header */
/* banner */
templatemo_banner {
}
templatemo_banner #about {
}
templatemo_banner #about a {
}
templatemo_banner #banner {
}
templatemo_banner #banner h1 {
}
templatemo_banner #banner p {
}
/* end of banner */
/* content */
templatemo_content_wrapper {
}
/* sidebar 1 */
.templatemo_sidebar { float: left; width: 170px; padding: 15px; }
.sidebar_box { clear: both; margin-bottom: 50px; width: 180px; }
.sidebar_box h2 { font-size: 18px; font-weight: bold; margin-bottom: 14px; color: #1c1c1c; }
.sidebar_box .inputfield { height: 16px; width: 160px; padding: 2px 5px; margin: 0 0 10px 0; font-size: 12px; font-variant: normal; line-height: normal; }
.side_menu { list-style: none; padding: 0px; margin: 0 0 0 0; }
.side_menu li { padding: 0; margin: 5px 0; }
.side_menu li a { display: block; color: #ffffff; padding: 2px 10px; font-weight: normal; border-left: 5px solid #493028; } .side_menu li a:hover { text-decoration: none; border-left: 5px solid #c0330a; }
.news_box { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #333; }
.news_box h3 a { font-size: 12px; font-weight: normal; text-decoration: underline; }
/* end of slidebar 1*/
templatemo_content {
}
templatemo_content a {
}
.post_section { margin-bottom: 0px; }
.post_section h2 { color: #FF9201; font-size: 20px; line-height: 30px; font-weight: bold; padding: 10px 0 10px 0; font-family: Helvetica; }
.post_section p { margin-bottom: 20px; }
.post_section img { margin: 20px 0; }
/* end of content */
/* footer */
templatemo_footer_wrapper {
}
templatemo_footer {
}
templatemo_footer a {
}
templatemo_footer h3 {
}
.footer_menu_list { margin: 0px; padding: 0px; list-style: none; }
.footer_menu_list li { margin: 0px; padding: 0px; }
templatemo_footer .footer_menu_list li a {
}
templatemo_footer .footer_menu_list li a:hover {
}
.section_w180px { float: left; width: 200px; padding-right: 20px; }
/* end of footer */
sorry about that ... I still don't like this markdown stuff lets try that again
/* Credit: http://www.templatemo.com */
.contentmain { font-size: 16px; }
body { margin: 0; padding: 0; line-height: 1.5em; font-family: Helvetica; font-size: 12px; color: #353535; background: #fff url(images/templatemo_body.jpg) repeat-x top; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
a:link, a:visited { color: #000000; text-decoration: none; font-weight: normal; } a:active, a:hover { color: #000000; text-decoration: underline; }
p { margin: 0px; padding: 0px; }
img { margin: 0px; padding: 0px; border: none; }
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; }
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px; } .margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px; } .margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px; } .margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px; } .margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px; } .margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px; }
.margin_right_20 { margin-right: 20px; } .margin_right_40 { margin-right: 40px; }
.fl { float: left; }
.fr { float: right; }
templatemo_wrapper {
}
/* header */
templatemo_header {
}
templatemo_header #site_title {
}
templatemo_header #site_title a {
}
templatemo_header #site_title span {
}
/* menu */
templatemo_menu {
}
templatemo_menu ul {
}
templatemo_menu ul li {
}
templatemo_menu ul li a {
}
templatemo_menu li a:hover, #templatemo_menu li .current {
}
/* end of menu */
/* end of header */
/* banner */
templatemo_banner {
}
templatemo_banner #about {
}
templatemo_banner #about a {
}
templatemo_banner #banner {
}
templatemo_banner #banner h1 {
}
templatemo_banner #banner p {
}
/* end of banner */
/* content */
templatemo_content_wrapper {
}
/* sidebar 1 */
.templatemo_sidebar { float: left; width: 170px; padding: 15px; }
.sidebar_box { clear: both; margin-bottom: 50px; width: 180px; }
.sidebar_box h2 { font-size: 18px; font-weight: bold; margin-bottom: 14px; color: #1c1c1c; }
.sidebar_box .inputfield { height: 16px; width: 160px; padding: 2px 5px; margin: 0 0 10px 0; font-size: 12px; font-variant: normal; line-height: normal; }
.side_menu { list-style: none; padding: 0px; margin: 0 0 0 0; }
.side_menu li { padding: 0; margin: 5px 0; }
.side_menu li a { display: block; color: #ffffff; padding: 2px 10px; font-weight: normal; border-left: 5px solid #493028; } .side_menu li a:hover { text-decoration: none; border-left: 5px solid #c0330a; }
.news_box { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #333; }
.news_box h3 a { font-size: 12px; font-weight: normal; text-decoration: underline; }
/* end of slidebar 1*/
templatemo_content {
}
templatemo_content a {
}
.post_section { margin-bottom: 0px; }
.post_section h2 { color: #FF9201; font-size: 20px; line-height: 30px; font-weight: bold; padding: 10px 0 10px 0; font-family: Helvetica; }
.post_section p { margin-bottom: 20px; }
.post_section img { margin: 20px 0; }
/* end of content */
/* footer */
templatemo_footer_wrapper {
}
templatemo_footer {
}
templatemo_footer a {
}
templatemo_footer h3 {
}
.footer_menu_list { margin: 0px; padding: 0px; list-style: none; }
.footer_menu_list li { margin: 0px; padding: 0px; }
templatemo_footer .footer_menu_list li a {
}
templatemo_footer .footer_menu_list li a:hover {
}
.section_w180px { float: left; width: 200px; padding-right: 20px; }
/* end of footer */
you know what I give up here I'll put it on CodePen for ya ... http://codepen.io/JosiahBranner/pen/AHjsc