Okay
  Public Ticket #989633
Shop Footer Widget
Closed

Comments

  •  2
    clearwebsolution started the conversation

    Hello,

    I would like to change the Shop Footer Widgets to only display 2 widgets instead of 4, right now there is space empty for 4, im looking to change the column to col-md-2 col-sm-6, instead of col-md-3 col-sm-6. Any ideas on how to achieve this?

    Thanks.

  • [deleted] replied

    Hi there,

    There is no need for code as this option exist on Theme Options > Footer > Columns Count as you can see on this video http://drops.laborator.co/1jVsl

  •  2
    clearwebsolution replied

    Hello Ylli,

    Thanks for your reply, but this is not what im looking for. I did know about this option, but that controls the footer widgets not the "Shop Footer Widget" (New Products & Top Rated). Please see attached the images when I change that option to 2 columns.

    https://euromexsports.com/

    Thanks.

  • [deleted] replied

    Hi there,

    Ok then can you please add the code below to Custom CSS

    .wpb_widgetised_column .col-md-3.col-sm-6 {
        width: 50%;
    }
    

    Will set this ticket as solved from here.

    Happy holidays!