• Resolved benyl

    (@benyl)


    Hi,

    How can I reduce the number of services shown to only two and have them centered?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi..

    Please go to Admin Dashboard >> Appearance >> Theme Options.

    Now copy below CSS code and paste into Custom CSS editor.

    .col-md-4.service {
        display: inline-block !important;
        float: none !important;
    }
    
    .row.isotope {
        text-align: center !important;
    }

    Save the changes.

    Thanks.

    Thread Starter benyl

    (@benyl)

    Thank you!

    Hi,

    Most Welcome.

    Thanks.

    Hi I have a similar issue regarding the services but I want to get rid of the services section altogether for now. If I just keep the three services fields including the heading empty then it leaves a huge empty space between the slider and recent post. Please let me know if this can be elegantly accomplished or I’ll have to let go of this theme which I really like.

    Hi..

    Please go to Admin Dashboard >> Appearance >> Theme Options >> Theme General options.

    Now copy below CSS code into Custom CSS Editor.

    .enigma_service{
    display:none !important;
    }

    Save the changes.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Only 2 services’ is closed to new replies.