Page 1 of 1

I cant get my Logo to resize on my site..please help

Posted: Mon Aug 26, 2013 6:40 pm
by jld
Hi,
I purchased the PavWine theme and have asked them this question but have not gotten any response. I have also read other posts here on the forum about resizing logos but I still cant get it right.

my site is www.horsemansshop.com and as you can see my shop name in the middle is really too small. I have resized the image but that did nothing. All I can think is that the container/cell it is in is limited to a certain size.

If this is right can someone help me to make it bigger so that my shop name is more prominant.

Thank you, sorry this is my first OpenCart and a steep learning curve although it is way easier than the Zen Cart I currently have.

Johanne

Re: I cant get my Logo to resize on my site..please help

Posted: Tue Aug 27, 2013 6:25 pm
by Xyph3r
You can try deleting this line on bootstrap.css on line 86
max-width: 100%;

Code: Select all

img {
max-width: 100%;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
But it will reposition the elements a bit...the theme was designed for that logo size to look ok

Re: I cant get my Logo to resize on my site..please help

Posted: Tue Aug 27, 2013 7:28 pm
by jld
Thank you all good now.

If I can ask another question I am working on Opencart with its default theme and I cant get the menu bar (where the categories go) to show up.

Can you tell me what I should enable or switch on please.

Johanne

Re: I cant get my Logo to resize on my site..please help

Posted: Tue Aug 27, 2013 7:52 pm
by Xyph3r
In admin...edit every parent category(not subcategory) that you want to show on the top menu and check the "Top" checkbox