Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25
  1. #11
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Header log placement

    Change your logoWrapper height to about 50px
    and Edit the stylesheet here and add the missing semi-colon;
    Code:
    #navEZPagesTop  {
            background-color: #dedede;
            text-align: center;
     }
    Zen-Venom Get Bitten

  2. #12
    Join Date
    May 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: Header log placement

    You're Awesome Kobra! Just one more question seeing as you are on a roll. How do I position "Currencies, Categories, New Products and Information" on the left side bar from center to left.

  3. #13
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Header log placement

    Find & add
    Code:
    h3.leftBoxHeading, h3.leftBoxHeading a  { 
            color: #333;
            font-size: 1.1em;
            background-color: #ffffff;
            text-align: left;
            }
    Zen-Venom Get Bitten

  4. #14
    Join Date
    May 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: Header log placement

    I am stumped once again. I have did some tpl_product_info display.php and stylesheet.css mods to rearange my attribute options on the product pages. I almost have it except I would like to get the "Color" and "Size" drop down boxes below my color swatches. Is this possible?

  5. #15
    Join Date
    May 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: Header log placement

    I almost forgot. I would like to place the drop down boxes side by side.

  6. #16
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Header log placement

    I would like to get the "Color" and "Size" drop down boxes below my color swatches.
    I would like to place the drop down boxes side by side.
    Anything within reason is possible....
    This is gonna take more than css to accomplish...
    To begin to set them side-by-side you need to move them from beside the image to below the image just so you have room....in the tpl_product_info_display.php file insert a clear both like others in this file before the start of attributes entries. This will start these on a new line below what is above it. Then maybe the side by side can be addressed ...these are contained in one div so I can not be positive at this point...the drop box and swatches alignment will require additional coding and will depend on the space available first - then possibly adding a containing div around the attribimg entries???
    Zen-Venom Get Bitten

  7. #17
    Join Date
    May 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: Header log placement

    I have inserted the <br class="clearBoth" /> above the attributes module in the tpl_product_info_display.php file and it droped the color swatches below the main product image. I am not sure what to do from here.

  8. #18
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Header log placement

    Just like you have done for the product display you now have to reorder and re-code some things in tpl_modules_attributes.php to get what you want
    Zen-Venom Get Bitten

  9. #19
    Join Date
    May 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: Header log placement

    Please excuse my ignorance as this new to me and I have tried to rearange some things in tpl_modules_attributes.php and I just seem to make it worse. Do you have any specific intructions I can try.
    Thank you

  10. #20
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Header log placement

    Sorry...Not right off

    As this is a file level issue I would have to setup a cart that resembled yours to correctly adjust this
    Zen-Venom Get Bitten

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v151 Placement of header search box
    By woodlandsprite in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Nov 2012, 10:15 PM
  2. Logo Header Placement
    By CyberNickel in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 31 Mar 2009, 05:18 PM
  3. php code question...placement tpl header file
    By bwhitmire in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Sep 2008, 03:56 PM
  4. help with header placement
    By osmith in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Oct 2007, 01:34 AM

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