• Resolved scott86

    (@scott86)


    Hi,
    I created a child theme and now need to make it so there are only 4 services icons and the icons also to be centered on the page. I tried copying the code from a previous thread but I have had no luck.
    Thanks,
    Scott

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi scott86,

    Thanks for contacting us,

    By looking at the given screenshot link, you should tell if you want a layout like this

    https://prntscr.com/k35vn8

    Thanks

    Thread Starter scott86

    (@scott86)

    Hi,
    Yes, that is exactly what I want it to look like.
    Thank you,
    scott

    Hi scott86,

    For this, first of all, copy the index-service.php file from the appointment theme package, and paste the index-service.php file into the appointment green package, now you copy the code given in the below link and paste the code into index-service.php file.

    https://pastebin.com/DafdFWab

    Then paste the following csscode into custom css filed ( Theme Dashboard >> appreance >> customize >> header setting >> custom css filed)

    .service-icon {
        float: none !important;
        margin: 10px !important;
        padding: 0 !important;
        width: auto !important;
        text-align: center !important;
    }
    
    .media-body {
        text-align: center;
    }

    Now check your website.

    Thanks

    • This reply was modified 6 years, 8 months ago by Imran Ali.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I make it so there are only 4 services icons’ is closed to new replies.