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; }
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
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.
Find & add
Code:h3.leftBoxHeading, h3.leftBoxHeading a { color: #333; font-size: 1.1em; background-color: #ffffff; text-align: left; }
Zen-Venom Get Bitten
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?
I almost forgot. I would like to place the drop down boxes side by side.
Anything within reason is possible....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.
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
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.
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
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
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