Post by nzjollyroger » Wed Dec 23, 2009 9:16 am

Hi All,
hoping some one can help be fix a problem with a stylesheet.
i seem to have created this rather annoying gap were the buttons don't fit to the grey area.
i have been trying to fix this, but i cannot seem to get it right... any ideas? or help?

Attachments

gap.JPG

annoying gap - gap.JPG (10 KiB) Viewed 1910 times


New member

Posts

Joined
Mon Nov 16, 2009 5:26 am

Post by moggiex » Wed Dec 23, 2009 9:24 am

heya,

The padding is too much, look in the css for something like:

Code: Select all

a.button span {
	background: transparent url('../image/button_left_brown.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
And change it to:

Code: Select all

a.button span {
	background: transparent url('../image/button_left_brown.png') no-repeat;
	display: inline-block;
	padding: 2px 0 2px 18px;
}
But to be honest that side bar looks too small, I'd suggest you work on a min 180px width column_left

Matt

Code: Select all

It was like that when I found it, honest!


User avatar
Active Member

Posts

Joined
Mon Nov 09, 2009 9:55 pm

Post by huhitschris » Thu Dec 24, 2009 3:58 am

link us to your shop so we can take a look at the css and layout and show you how to fix it.

PM me for custom OpenCart template design and development.


New member

Posts

Joined
Wed Aug 19, 2009 3:12 pm

Post by nzjollyroger » Thu Dec 24, 2009 6:56 am

Thanks Guys and merry xmas,

my site address is www.taranakirubber.co.nz (not sure if the NS records have fully updated yet, so will give both address's)

or www.taranakirubber.x10hosting.com


any help greatly recevied, i have tried to make the buttons smaller but no go either... if i change it to 180 then the middle of the pages goes nuts and ends up half way down the page... its like im stuck for some reason.

New member

Posts

Joined
Mon Nov 16, 2009 5:26 am

Post by nzjollyroger » Thu Dec 24, 2009 6:59 am

would really like to have the Featured Products on a carousel, but cannot seem to find anyone willing to build it (willing to pay) but nevertheless, if anyone has any ideas on this as well it would be great...

New member

Posts

Joined
Mon Nov 16, 2009 5:26 am

Post by huhitschris » Thu Dec 24, 2009 8:01 am

In your CSS stylesheet you have "a.button" set to "display:inline-block", change this to "display:inline". This should fix the issue in IE. By the way, that issue never appeared when I loaded the page in firefox, so make sure to check your pages for cross-browser issues. Hope this helps, PM me about building that carousel. ;)

PM me for custom OpenCart template design and development.


New member

Posts

Joined
Wed Aug 19, 2009 3:12 pm
Who is online

Users browsing this forum: No registered users and 3 guests