Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 12-21-2017 06:00:39

bbac
Member
From: Bristol, UK
Registered: 08-25-2008
Posts: 141

Unwanted blank space in product page

Hi
After an upgrade from Europacart 8, my product pages have a big blank block in the middle of them
(links below may not work after I've published the new shop)
Before:
https://www.bbac.org/shop/Item/membership
After:
https://www.bbac.org/shop9/index.php?ap … ejoin_1718
I don't want product images or tabs or linked-in icons or any social media stuff, just a simple product page. I can't see any option to remove this inner column and return to a single block. Help please!
Thanks

Last edited by bbac (12-21-2017 06:01:20)

Offline

 

#2 12-21-2017 09:58:48

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Unwanted blank space in product page

That's there for all the stuff you mentioned that you don't want.  To adjust the display, add the following to your skin's CSS file:

Code:

.kprodshowleft {display: none !important;}
.kprodshowright {width: 100% !important; clear: none !important; padding: 0 !important;}

Nick Hendler

Offline

 

#3 12-22-2017 08:42:06

bbac
Member
From: Bristol, UK
Registered: 08-25-2008
Posts: 141

Re: Unwanted blank space in product page

Thanks, that worked. Added to the end of skins/Flex/css/all.min.css

Last edited by bbac (12-22-2017 08:42:32)

Offline

 

Board footer