noveltytrophies
Advanced Member
USA
121 Posts Pre-sales questions only (More Details...)
|
Posted - 01/08/2018 : 07:46:32
My index page on noveltytrophies.com takes up the whole screen instead of having space on both side. I tried changing the conainer size but still have no side padding
Becky Whipp
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/08/2018 : 07:55:36
|
noveltytrophies
Advanced Member
USA
121 Posts Pre-sales questions only (More Details...)
|
Posted - 01/08/2018 : 08:35:18
done. what next?
Becky Whipp
|
Sinbad
ECT Moderator
USA
65937 Posts |
Posted - 01/08/2018 : 11:31:05
Hi Becky, the footer is stretching full screen, and there appears to be extra closing tag after <!-- end .sidebar2 --> </div> the sidebar2 is not being used so there is no need to close it as it was never open. Also the very last product box before the footer begins seems to also have a extra </div> <!--ProductBox--> <div class="clear"></div> </div> </div> >>>Do Not Remove This One It would probably be best if you make a copy of index.php name it indextest.php to work out the issues then when indextest.php is where you want it, rename it to index.php Winners never quit, quitters never win CSS and Responsive DesignsUser Manual for Ecommerce Templates
|
noveltytrophies
Advanced Member
USA
121 Posts Pre-sales questions only (More Details...)
|
Posted - 01/08/2018 : 13:42:07
how do I reduce the footer from full screen
Becky Whipp
|
Sinbad
ECT Moderator
USA
65937 Posts |
Posted - 01/08/2018 : 13:59:16
|
noveltytrophies
Advanced Member
USA
121 Posts Pre-sales questions only (More Details...)
|
Posted - 01/09/2018 : 09:25:03
the footer css looks the same as in my dreamweaver where the site appears correctly. I tried changing the container width but everything became left justified and there was still no border.
In Dreamweaver it shows
margin: auto (90px) when I hover over the missing border but changing to that in the css did not help
Becky Whipp
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/09/2018 : 10:05:09
I also think it's a problem with a <div> that hasn't been closed - as Sinbad says I would check that all opening <div> have a corresponding closing </div> and also there aren't any closed that don't have an opening <div> Andy Please feel free to review / rate our software
|
Marshall
Ecommerce Template Guru
USA
1909 Posts |
Posted - 01/09/2018 : 10:30:17
Is this how it appears in the CSS?
margin: auto (90px)
The (90px) cannot be there like that. Are you trying to achieve?
margin: auto 90px;
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
|
drivers
Ecommerce Template Expert
USA
890 Posts |
Posted - 01/09/2018 : 23:14:59
In your style.css you need to add the missing ";" and the missing "}"marked in red below... then your border will appear :)
body { font: 100%/1.5 Arial, serif; background: #5A5554; margin: 0; padding: 0; color: #ffffff; border-style:solid; border-color: #f50909; }
ALSO<---- the color:#ffffff should be changed to a darker color so you can see it on your page... I would use #000000 for now When it gets late at night, go to bed... try again tomorrow.
Edited by - drivers on 01/09/2018 23:26:49
|
drivers
Ecommerce Template Expert
USA
890 Posts |
Posted - 01/09/2018 : 23:19:33
LIne 17 and line 21 you have an extra closing bracket "}" that should be deleted.... 1 directly underneath hr and the other directly underneath img ..... again, this is in your style.css file
When it gets late at night, go to bed... try again tomorrow.
|
noveltytrophies
Advanced Member
USA
121 Posts Pre-sales questions only (More Details...)
|
Posted - 01/10/2018 : 07:53:00
Fixed. Thanks for your help.
Becky Whipp
|
Sinbad
ECT Moderator
USA
65937 Posts |
Posted - 01/10/2018 : 11:14:07
|
|
|