Home Forums WoodMart support forum padding issues

padding issues

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

    dna
    Participant

    please find attachement

    #216792

    Hello,

    I saw the screenshots you attached.

    1) Unfortunately, there is no such option in Theme Settings for that.

    2) To change the background color try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .mobile-nav {
    background-color: red;
    }

    3) It seems that you have added the items in the sub items that’s why they are collapsing. You can try removing sub items and add them as menu items.

    4) For the color change add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .site-mobile-menu li.menu-item > a {
    color: red;
    }

    5) To Remove the lines add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .site-mobile-menu li a {
    border: none;
    }

    6) I have visited your website and the text is displaying and there is no such space as you mentioned.

    Screenshot for Clarification: 1. In Private Content Area

    7) It seems that you have disabled the shop page title. Please enable it then clear cache and check back.

    8) The Sidebar is already translated to the menu. Please clear cache and check back.

    Screenshot for Clarification: 2. In Private Content Area

    9) Please try and add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-show-sidebar-btn {
    margin-left: 37%;
    }

    10) The products per page are not displayed. Please clear cache and check back.

    11) You can use the advanced typography settings under Theme Settings >> Typography.

    You can read our detailed documentation in the following link:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Please create separate topics for each of your issues to avoid any confusion and make sure all your questions are answered.

    Regard’s.
    Xtemos Studio.

    #216794

    dna
    Participant

    Hi Thanks for the speedy respond.

    #216827

    Hello,

    I saw the screenshots you attached and visited your website.

    Your website is loading from cache. Please delete the cache folder from “wp-content“.

    Deactivate cache plugin, clear browser cache and check back.

    Screenshot for Clarification: 1. In Private Content Area

    2) For the shop page title, It seems that you have disabled the shop page title. Please enable it then clear cache and check back.

    3) For the product columns buttons. Please Go to Theme Settings >> Shop >> Product Grids.

    Screenshot for Clarification: 2. In Private content area

    4) The sidebar filters only work for the shop page because the filters etc work for only the shop page.

    Best Regards.

    #216874

    dna
    Participant

    hi please check

    #216883

    Hello,

    I have replied to all your questions. For the padding issues as I mentioned your website is loading from cache.

    Screenshot for Clarification: In Private Content Area

    Please delete the cache folder from “wp-content“.

    Deactivate cache plugin, clear browser cache and check back.

    Best Regards.

    #217169

    dna
    Participant

    Hey thanks very much for your help!

    I did exactly as you said.

    Remove cahe at ftp file wp-content
    and cleared the cache on browser and deactivated the plugin but it didnt work. the padding is still visable!

    could you remove all the screenshots you sent for privacy purposes. thanks!

    #217261

    Hello,

    I have visited your website again.

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

    For the mega menu dropdowns:

    .menu-item-design-full-width .sub-menu-dropdown {
    padding: 0;
    }

    For the footer :

    .home .main-page-wrapper {
    margin-bottom: -40px;
    }

    Regard’s.
    Xtemos Studio.

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