Home Forums Pro Themes Business Center Pro BF: Services widget

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #63860

    Hello,

    I’m busy building my first WP service and currently looking for option to set 4 columns in BF:services widget.
    Is that an option in business pro theme?

    #63865
    wensolutions
    Keymaster

    Hello @bartolemi,

    The Business Center pro theme does not have the widget called BF: Service so please clearly mention which theme you are using so that we can help you.

    PS: Please post the issue in the support forum of the theme that you are using so that it would be easy for us to answer your queries.

    Thank you .

    Best regards!!

    #63874

    sorry my bad, it’s “business field pro”

    #63964
    wensolutions
    Keymaster

    Hello @bartolemi,

    The option to set the column layout is not within the theme.

    However, you can set the column layout to 4 by using the additional custom CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media only screen and (min-width: 1023px){
    .business_field_widget_services .service-block-item:nth-child(3n+1) {
        clear: none;
    }
    
    .business_field_widget_services .service-block-item {
        width: 23.33%;
    }
    }

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

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