Re: Responsive Sheffield Blue
Quote:
Originally Posted by
firstcapitalfirearms
After I add the display:none; to .sidebar I loose the sidebar, still have the images, which I need to remove, but I have a big gap of space above the header. Please see site to understand.
Any help is greatly appreciated.
Thanks
Mark
www.firstcapitalfirearms.com/zencart
It worked perfectly when I tried it earlier in firebug. What other changes did you make?
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
It worked perfectly when I tried it earlier in firebug. What other changes did you make?
Thanks,
Anne
I haven't made any changes today other than the display:none. This is what I have for the stylesheet_social)sidebar.css
.sidebar{display:none;}
.sidebar-words{color:#000000;font-weight:bold;font-family:helvetica;list-style:none;padding:0px;}
.soico{margin-right:2px;margin-bottom:5px;margin-top:5px;width:40px;}
Does that look ok or do I need to delete the other 2 lines below .sidebar.
Thanks
Mark
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
firstcapitalfirearms
I haven't made any changes today other than the display:none. This is what I have for the stylesheet_social)sidebar.css
.sidebar{display:none;}
.sidebar-words{color:#000000;font-weight:bold;font-family:helvetica;list-style:none;padding:0px;}
.soico{margin-right:2px;margin-bottom:5px;margin-top:5px;width:40px;}
Does that look ok or do I need to delete the other 2 lines below .sidebar.
Thanks
Mark
I think I may have figured out why I have the space. Once I delete the images than everything should move up. I deleted the images from the server but the default "no image" icon is displayed. Is there someplace else that I need to go and delete from as well. If so I cannot remember where.
Thanks
Mark
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
firstcapitalfirearms
I think I may have figured out why I have the space. Once I delete the images than everything should move up. I deleted the images from the server but the default "no image" icon is displayed. Is there someplace else that I need to go and delete from as well. If so I cannot remember where.
Thanks
Mark
What images are you deleting? You don't need to delete any images to hide the sidebar using css.
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
What images are you deleting? You don't need to delete any images to hide the sidebar using css.
Thanks,
Anne
The images that I deleted were facebook.png, google.png, blog.png, pinterest.png, youtube.png and twitter.png. I am not sure why it will not delete with just doing the display:none; after the .sidebar but nothing will delete. Are there any other options?
Thanks
Mark
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
firstcapitalfirearms
The images that I deleted were facebook.png, google.png, blog.png, pinterest.png, youtube.png and twitter.png. I am not sure why it will not delete with just doing the display:none; after the .sidebar but nothing will delete. Are there any other options?
Thanks
Mark
I hate to state the obvious, but you must have done something that has broken something. Normally, a display:none; is all that is needed. You can remove the code for the social media sidebar from the tpl_main_page.php file.
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
I hate to state the obvious, but you must have done something that has broken something. Normally, a display:none; is all that is needed. You can remove the code for the social media sidebar from the tpl_main_page.php file.
Thanks,
Anne
Would it be better for me to re-install the stylesheet_social_sidebar.css and the images as well and start from scratch again on the sidebar?
Thanks
Mark
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
firstcapitalfirearms
Would it be better for me to re-install the stylesheet_social_sidebar.css and the images as well and start from scratch again on the sidebar?
Thanks
Mark
No, it does not look like the mistake is there. Just remove the code for the social media sidebar from the tpl_main_page.php file.
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
No, it does not look like the mistake is there. Just remove the code for the social media sidebar from the tpl_main_page.php file.
Thanks,
Anne
Bingo, that worked fine. Thanks for all your help.
Thanks
Mark
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
firstcapitalfirearms
Bingo, that worked fine. Thanks for all your help.
Thanks
Mark
I am happy that you figured it out ;)
Thanks,
Anne