badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

ALLIGNMENT SERVICE ICONS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58344
    moira.nazzari
    Participant

    Hi!
    I have 9 services to show in the business template. I added all the icons in the widged but I see
    9 rows (1 service each). Well I need to have 3 services and three raws. How can I do that?

    Thanks
    Moira

    #58366

    Hi Moira,

    Can you please provide us the site url so that we can inspect via developer tools and provide you a exact css code.

    Thank you!

    #58377
    moira.nazzari
    Participant

    Page is not online yet, ’cause I am working on the site,
    but the url is
    https://www.equipeinternamente.it

    #58403

    Hi,

    We have designed the theme with 4 services item, if you need to set 3 services in one row. Just add below CSS code in Custom CSS code to set the 3 services item in one row.

    .widget_service .one-fourth {
        width: 30.36%;
    }
    .widget_service .clearfix-fourth,
    .widget_service .clearfix-half {
        clear: none;
    }
    @media only screen and (max-width: 767px) {
        .widget_service .one-fourth {
            width: 100%;
        }
    }

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.