Home › Forums › WoodMart support forum › padding issues
padding issues
- This topic has 7 replies, 2 voices, and was last updated 5 years, 1 month ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
August 6, 2020 at 7:54 am #216774
dnaParticipantplease find attachement
August 6, 2020 at 8:44 am #216792
Aizaz Imtiaz AwanKeymasterHello,
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.August 6, 2020 at 8:54 am #216794
dnaParticipantHi Thanks for the speedy respond.
August 6, 2020 at 10:31 am #216827
Aizaz Imtiaz AwanKeymasterHello,
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.
August 6, 2020 at 12:45 pm #216874
dnaParticipanthi please check
August 6, 2020 at 1:02 pm #216883
Aizaz Imtiaz AwanKeymasterHello,
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.
August 7, 2020 at 6:23 pm #217169
dnaParticipantHey 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!
August 8, 2020 at 9:01 am #217261
Aizaz Imtiaz AwanKeymasterHello,
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. -
AuthorPosts
- You must be logged in to create new topics. Login / Register