:oops:
That usually helps!
http://www.mythsngifts.com
Go easy on me, its my first time! :blush:
Printable View
:oops:
That usually helps!
http://www.mythsngifts.com
Go easy on me, its my first time! :blush:
To solve this go to your CSS and around line 261 you have:Quote:
I have a white stripe between the header Login, search bar, and the header logo
Change the height: 40px to height: 35pxPHP Code:
#navMainWrapper {
background-image: url(../images/bar2.gif);
background-repeat: repeat-x;
font-weight: bold;
font-size: 10px;
height: 40px;
color: #445A6A;
vertical-align: middle;
padding-left: 3px;
}
I suggest not to do that because the breadcrumb should stay by it's own on that line. To right align it just use the HTML editor.Quote:
I would like my share/bookmark button on the same line as the breadcrumb but right aligned.
Not sure how you can accomplish that.Quote:
I would ideally like it in the background image as opposed to on the white so that the main page rises up slightly and that the bookmark button does not seem "heavy" as it does now.
You are very welcome... HAVE FUN!Quote:
I would like to say a big thank you to Ideas Girl for the template too, I have tried a few others, but this one is perfect for what I need
ooooh thank you for your prompt reply and help! :cool:
I had a feeling the gap was to do with "wrappers", I just couldnt think where to find it - once I was pointed in the right direction, it was pretty quick to change over - although I did do 30px as opposed to 35 cos there was still a thin white line at 35px!
I am so totally new to this and appreciate your comments about adding to the breadcrumb line. I put the code for the bookmark button in to my files manually, if I put it on html in admin, it won't appear on every page will it? I will have to give that a rethink :unsure:
I guess my priority now if focusing on getting some products in my shop, cos it all appears to work fine at the minute.
Thank you again for all your help, Im sure Ill be back soon enough though!! :lookaroun
No, it won't. :lookarounQuote:
if I put it on html in admin, it won't appear on every page will it?
Just to let you know, I took it off the main html and put it in one of the sideboxes for now. It looks much better. I will continue putting some more products on before I decide to make any more changes :laugh:
Thank you for your help, just loving learning zen :bigups:
Outstanding Graphics...Thanks for all of your hard work!
I have a question about the tab in my Firefox browser that says HOME_PAGE_TITLE. I did a search for the string and came up empty handed. Where do I edit that copy?http://www.zen-cart.com/forum/images/smilies/unsure.gif
Check:
includes/languages/english/sophyblue/meta_tags.php
I have applied this template to my site and I really like the way it is working out but I have 2 things I am having a problem working out.....
Can the images at the bottom, "Tell a Friend" and "Review" have the background changed? I changed the background on the free shipping icon to match the rest but I cannot find these two. If they are just images with white backgrounds then I will have to get rid of those....
Also, I have been searching for a way to add a 1px border around the entire product info, images and all. I want to make it a bit neater. Help with this would be GREATLY appreciated. Thank you!
http://www.polishpotterystore.com/sh...&products_id=7
Those buttons were created with the content wrapper white background in mind (not the background of the page).
If you don't want the white background you will need to create your own buttons with transparent surroundings.
after playing with it some more I realized I would have to replace the buttons completely. Can you advise on how to add a 1px border around my product info? I want it below the title, but to include the rest of info all the way to add a cart and free shipping.