Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
DJLQD
How do I change the position of the header search box to where it needs to be? I have included the link to my site.
www.lhalsportscards.com
Open sheffield_blue\includes\templates\sheffield_blue\css\stylesheet.css and look for this line.
#navMainSearch {float:right;position:relative;top:-25px;right:10px;z-index:15000;}
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
countrycharm
Open sheffield_blue\includes\templates\sheffield_blue\css\stylesheet.css and look for this line.
#navMainSearch {float:right;position:relative;top:-25px;right:10px;z-index:15000;}
What do I change?
Re: Sheffield Blue Template Support Thread
I would also like to mve the language and currency boxes to the top. If anyone could help, it would be greatly appreciated. lhalsportscards.com
Re: Sheffield Blue Template Support Thread
I was playing around with the css code and figured everything out. Thanks to all that helped.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
DJLQD
How do I change the position of the header search box to where it needs to be? I have included the link to my site.
www.lhalsportscards.com
In your stylesheet.css file, change this:
Code:
#navMainWrapper {margin: 0em;background:transparent;font-weight: normal;color: #230f0f;height: 1%;width: 100%;margin-top:25px;}
#navMain ul {margin: 0;padding: 0.5em 0em;list-style-type: none;text-align: center;line-height: 1.5em;float:right;margin-top:40px;background:transparent;padding:15px;margin-top:3px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
#navMain ul li {display: inline;position:relative;top:-68px;}
to this:
Code:
#navMainWrapper {margin: 0em;background:transparent;font-weight: normal;color: #230f0f;height: 1%;width: 100%;position:relative;right:-90px;}
#navMain ul {margin: 0;padding: 0.5em 0em;list-style-type: none;text-align: right;line-height: 1.5em;float:right;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
#navMain ul li {display: inline;}
and this:
Code:
#header-lan-curr {margin:0em;float:right;color:#444;position:relative;top:25px;}
to this:
Code:
#header-lan-curr {margin:0em;float:right;color:#444;position:relative;top:125px;right:20px;}
And this:
Code:
#navMainSearch {float:right;position:relative;top:-113px;right:-75px;z-index:15000;}
to this:
Code:
#navMainSearch {float:right;position:relative;z-index:15000;margin-right:-100px;margin-top:140px;}
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
In your stylesheet.css file, change this:
Code:
#navMainWrapper {margin: 0em;background:transparent;font-weight: normal;color: #230f0f;height: 1%;width: 100%;margin-top:25px;}
#navMain ul {margin: 0;padding: 0.5em 0em;list-style-type: none;text-align: center;line-height: 1.5em;float:right;margin-top:40px;background:transparent;padding:15px;margin-top:3px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
#navMain ul li {display: inline;position:relative;top:-68px;}
to this:
Code:
#navMainWrapper {margin: 0em;background:transparent;font-weight: normal;color: #230f0f;height: 1%;width: 100%;position:relative;right:-90px;}
#navMain ul {margin: 0;padding: 0.5em 0em;list-style-type: none;text-align: right;line-height: 1.5em;float:right;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
#navMain ul li {display: inline;}
and this:
Code:
#header-lan-curr {margin:0em;float:right;color:#444;position:relative;top:25px;}
to this:
Code:
#header-lan-curr {margin:0em;float:right;color:#444;position:relative;top:125px;right:20px;}
And this:
Code:
#navMainSearch {float:right;position:relative;top:-113px;right:-75px;z-index:15000;}
to this:
Code:
#navMainSearch {float:right;position:relative;z-index:15000;margin-right:-100px;margin-top:140px;}
Thanks,
Anne
Let me start of by saying thanks for the template, and the support. I did what you instructed me to change, but my search bar is now in the slider. lhalsportscards.com
Re: Sheffield Blue Template Support Thread
Hi everyone.
I am really confused right now.
I have installed SQL patch to show my product in colum layout. I also changed "Product Listing - Layout Style" to colums but nothing happened:no:
When i click "New Product...", my products are showed in row, just like before the SQL patch's installed.
Sorry for my bad English, i am VietNamese :(
Re: Sheffield Blue Template Support Thread
Hi,
Thanks for beautiful template, I love it...
Was wondering if possible on how to add another language to template, Im building my store on Spanish to, its possible?
Thanks
Jose
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
elnihs
Hi everyone.
I am really confused right now.
I have installed SQL patch to show my product in colum layout. I also changed "Product Listing - Layout Style" to colums but nothing happened:no:
When i click "New Product...", my products are showed in row, just like before the SQL patch's installed.
Sorry for my bad English, i am VietNamese :(
The column layout grid module is only for the product listing page. If you want a grid for your new products, all products, etc. you need to install the snaf module.
Thnaks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jabe00
Hi,
Thanks for beautiful template, I love it...
Was wondering if possible on how to add another language to template, Im building my store on Spanish to, its possible?
Thanks
Jose
It is no problem to add any languages to the template. The procedure is the same as adding any language to any template. Do a search of the FAQ's section of this site for tutorials on installing new languages.
Thanks,
Anne