Page 1 of 3 123 LastLast
Results 1 to 10 of 842

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    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

  2. #2
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by DJLQD View Post
    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;}
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #3
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by countrycharm View Post
    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?

  4. #4
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default 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

  5. #5
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    I was playing around with the css code and figured everything out. Thanks to all that helped.

  6. #6
    Join Date
    Feb 2010
    Posts
    205
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    I have disabled the floating screen per your spec's in this forum but am confused what the name of that area is in order to make adjustments. My site is cheapsheetmusic.com and I'd like to move the picture & text over to the left. Is that the centerboxwrapper ? Thx for any direction/advice. MC

  7. #7
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by mrcastle View Post
    I have disabled the floating screen per your spec's in this forum but am confused what the name of that area is in order to make adjustments. My site is cheapsheetmusic.com and I'd like to move the picture & text over to the left. Is that the centerboxwrapper ? Thx for any direction/advice. MC
    If you want the left or right hand column disabled, you can do this in admin--configuration--layout settings.

    Thanks,

    Anne

  8. #8
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by DJLQD View Post
    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

  9. #9
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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

  10. #10
    Join Date
    Apr 2012
    Posts
    4
    Plugin Contributions
    0

    Default 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
    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

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Column issues on Product Listings with Sheffield Blue template
    By wmorris in forum General Questions
    Replies: 4
    Last Post: 15 Apr 2016, 10:01 PM
  3. Replies: 5
    Last Post: 30 May 2014, 02:43 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. Gingham Blue Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 9
    Last Post: 17 Apr 2009, 10:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg