Home Forums WoodMart support forum how to reduce header icon spacing

how to reduce header icon spacing

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #325580

    Kathir
    Participant

    Hi,

    the gap between the phone and wishlist icon is more when compared to the wishlist and search icon, Is it possible to reduce the gap between phone and wishlist ?
    https://prnt.sc/1wbtv5m

    #325633

    Hello,

    The phone icon is not added to the header. Please add it to check it myself and help you out accordingly.

    Best Regards.

    #325682

    Kathir
    Participant

    icon added, please check again..

    #325683

    Kathir
    Participant

    and there is a grey hover, can we please remove that and make it white?

    #325883

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-column>.wd-button-wrapper {
        padding: 0;
    }
    
    .whb-header .btn.btn-color-white:hover {
        box-shadow: none;
    }

    Best Regards

    #325885

    Kathir
    Participant

    thanks, grey overlay is fixed but there there is more gap.. how to have even icon gap ?

    Attachments:
    You must be logged in to view attached files.
    #325965

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-column>.wd-button-wrapper {
        padding: 0;
    }
    
    .wd-header-wishlist.wd-tools-element a {
        padding-left: 0;
    }

    Regards.
    Xtemos Studios.

    #326049

    Kathir
    Participant

    should i have to remove the previous code provided by you ?

    #326143

    Hello,

    No, you need to keep the previous Custom CSS as well.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Best Regards.

Viewing 9 posts - 1 through 9 (of 9 total)