You are here:  » homepage featured display


homepage featured display

Submitted by paullas on Mon, 2021-12-13 15:39 in

Hi David

I have been trying to find the correct code to use so i can display the featured products on the home page with 6 items in a row. as you can see here {link saved} it is showing 4.

Can you point me in the right direction where i can find how t make this code change.

many thanks

Paul

Submitted by support on Mon, 2021-12-13 16:02

Hi Paul,

In html/featured.php look for the following code at line 5:

    <ul class="small-block-grid-1 medium-block-grid-4">

...and REPLACE with:

    <ul class="small-block-grid-1 medium-block-grid-6">

You can specify small-, medium- and large- Foundation classes in that order from the 12 column grid (they inherit upwards) so another option might be to use;

    <ul class="small-block-grid-1 medium-block-grid-4 large-block-grid-6">

...which would be the single column for mobile devices, 4 columns for tablet / smaller resolution displays and 6 columns for desktop...

Cheers,
David.
--
PriceTapestry.com