Re: Winchester Black Responsive Template
Quote:
Originally Posted by
izar74
Hmmmm.. so is it Firefox that is not interpreting the css correctly?
So basically if i want to use a wider logo have i modify the includes/templates/override/common/tpl_header.php? Working with css is useless for my purpouse, right?
Just trying to get in the right direction.
Thanks for help Anne
No, you need to modify the css
Thanks,
Anne
Re: Winchester Black Responsive Template
Hi Anne
Great templates btw... I'm a big fan...
I'm test driving the winchester black on a new site but would like to remove the top specials bar altogether, can you point me in the right direction please.
Regards
AfterHouR
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
AfterHouR
Hi Anne
Great templates btw... I'm a big fan...
I'm test driving the winchester black on a new site but would like to remove the top specials bar altogether, can you point me in the right direction please.
Regards
AfterHouR
Great ;) If you post a link to your site I can take a look.
Thanks,
Anne
Re: Winchester Black Responsive Template
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
AfterHouR
Add a display:none; to the #top-wrapper in your stylesheet.css file
Thanks,
Anne
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
Add a display:none; to the #top-wrapper in your stylesheet.css file
Thanks,
Anne
Hi Anne
Ive changed the following
/*bof header*/
#headerWrapper{margin:0 auto;}
display:none;#top-wrapper{width:100%;height:30px;background: #a0a0a0;color: #000;font-
size:130%;text-align:left;padding-top:10px;padding-bottom:5px;}
display:none;#top-wrapper a{color:#fff;}
display:none;#top-wrapper:hover{background:#171717;color:#a0a0a0}
but it still shows the link for specials :-/ what have I missed??
Regards
AfterHouR
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
AfterHouR
Hi Anne
Ive changed the following
/*bof header*/
#headerWrapper{margin:0 auto;}
display:none;#top-wrapper{width:100%;height:30px;background: #a0a0a0;color: #000;font-
size:130%;text-align:left;padding-top:10px;padding-bottom:5px;}
display:none;#top-wrapper a{color:#fff;}
display:none;#top-wrapper:hover{background:#171717;color:#a0a0a0}
but it still shows the link for specials :-/ what have I missed??
Regards
AfterHouR
It needs to be like this:
Code:
#top-wrapper{width:100%;height:30px;background: #a0a0a0;color: #000;font-size:130%;text-align:left;padding-top:10px;padding-bottom:5px;display:none;}
Be sure to remove the code that you added as it will probably cause problems ;)
Thanks,
Anne
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
It needs to be like this:
Code:
#top-wrapper{width:100%;height:30px;background: #a0a0a0;color: #000;font-size:130%;text-align:left;padding-top:10px;padding-bottom:5px;display:none;}
Be sure to remove the code that you added as it will probably cause problems ;)
Thanks,
Anne
That's brilliant! thanks again Anne for such great templates and support.
I've use Westminster New on another couple of sites and they are just what I wanted.
http://www.allgoodideas.co.uk
http://www.sticksandcanes.com
Regards
AfterHouR
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
AfterHouR
That's great ;)
Thanks,
Anne
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
Scratch this. I just noticed a mistake in the file. To fix the problem you just need to remove this line in the /* ----------- iPads (portrait) ----------- */ section:
Code:
#menu{float:none;margin-top:-30px;width:50%;}
Thanks,
Anne
So I've been having some issue with the menu on my iPad Air, in that it doesn't appear at all (portrait or landscape). The little "button" version to display the menu works fine on my iPhone 6+, I tried all the different changes you listed and none made any difference, so I reverted them back to "stock" and wondered if you could take a peak and see what is going on, and what I would need to change. I can send a screenshot if needed (though basically the menu is just not present regardless of orientation). Site is setup at www.tuxedoscuba.com/store
Desktop works fine, and I don't have any issue (unless I add the "&display_mode=isTablet") and then even on the desktop the menus disappear. I love the look of this and hope I can get it working on my mobile devices before I tear my hair out!
Thanks for any help you can provide!