Home Forums WoodMart support forum space between elements

space between elements

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #404804

    ahmed elsayed
    Participant

    hello

    1-i need to increase space between mobile left side border and cart icon i already added space 10 px in header editor but its sometimes not appear on some devices

    2- i need to increase space between nav bar icons and its border on top and bottom

    3- i need search section on mobile menu appear after mobile header directly not as section in mobile menu

    4- i need to know what is preset options and how can i use it i can’t understand any thing about it from documentation

    please check attached
    i also provided admin login if you need to use it

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

    Hello,

    1. Please Go to Woodmart >> Header Builder >> Edit header. Edit mobile logo and try decreasing the logo width. Then check back.

    2. Please provide a relevant screenshot to check it myself and help you out accordingly.

    3. This is done on your website. Please clear cache and check back.

    4. Please read our detailed documentation for help:
    https://xtemos.com/docs-topic/theme-settings-presets/

    Best Regards

    #405881

    ahmed elsayed
    Participant

    2- i need to increase space between nav bar icons and its border on top and bottom

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

    Hello,

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

    .wd-toolbar {
        height: 65px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    Best Regards

    #406475

    ahmed elsayed
    Participant

    I applied the code, but there was a problem, which is that the row for adding sticky notes to the basket appears in a very small size , i need to control its height

    #406610

    ahmed elsayed
    Participant

    ?

    #406613

    ahmed elsayed
    Participant

    I applied the code, but there was a problem, which is that the row for adding sticky notes to the basket appears in a very small size , i need to control this height

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

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    .wd-toolbar {
        height: 55px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    Best Regards

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