Boutqique Related Items Horizontal Scrolling

GK User
Thu Oct 25, 2012 2:13 pm
Hi,

im pulling my hair out on this one - any help will be appreciated! :(

im trying to get the Related items (k2 articles) to appear as a horizontal scrolling block???
User avatar
Fresh Boarder

GK User
Fri Oct 26, 2012 1:22 am
Hi

I'm not sure if i understood well.
You mean Related items on K2 article view?
If so please enable the use of css override on Boutique template parameters > Advanced Settings.
Them open ../gk_boutique/css/override.css file and add this code:

Code: Select all
#k2Container .itemRelated {width: 100%}
#k2Container .itemRelated li {display: table-cell; background-image:none!important;}


It should look like this (but not with scrolling effect - there's no option for that)

screen1.jpg
User avatar
Platinum Boarder

GK User
Mon Oct 29, 2012 8:32 am
Hi Seichinha,

Many thanks for the help!

Override.css is enabled & i've added the code as you've suggested.

It's still the same.
User avatar
Fresh Boarder


cron