Home / Forums / WoodMart support forum / Page title margin top issue
Home › Forums › WoodMart support forum › Page title margin top issue
Page title margin top issue
- This topic has 5 replies, 2 voices, and was last updated 4 months, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 3, 2025 at 2:56 pm #694049
ubiquitantParticipanttwo issues:
1) i have disabled “page title” from woodmart theme settings but doing so leads to the shop listing page head to go beneath the menubar..which leads to all the things like page breadcrumb, grid/list switch, choosing size of paginations, sorting etc to hide.. please see screenshot..i need a solution which solves the problem only for this page specifically..
2) also wanted to understand if i want to give padding from both right and left side in all the pages of my website how can i easily do that, while keeping the “Site width”: “Content full width”
-
This topic was modified 8 months ago by
ubiquitant.
Attachments:
You must be logged in to view attached files.November 4, 2025 at 8:05 am #694139Hello,
01. Please try to add the following Custom CSS code in Theme Settings > Custom CSS:
body.woodmart-archive-shop .wd-content-layout, body.post-type-archive-product .wd-content-layout, body.archive.post-type-archive-product .wd-content-layout { padding-top: 150px !important; /* change 100px to match your header height */ }02. If you want to add padding on both the left and right sides across all pages while keeping the Site width set to “Content full width”, please add the following CSS under Theme Settings > Custom CSS > Global Custom CSS. You can adjust the padding values as needed.
body .site-content { padding-left: 40px; padding-right: 40px; }Best Regards,
February 14, 2026 at 8:42 pm #708612
ubiquitantParticipantIt seems my database has become very large even though it just has 5 products. It seems there are many junk data because of continous changes in layouts or adding or removing few plugins etc..how can i solve it
February 16, 2026 at 10:20 am #708680Hello,
To better assist you, could you kindly test the functionality with default WordPress themes such as TwentyTwenty or WooCommerce Storefront? This will help us determine whether the issue stems from our theme or elsewhere.
Best Regards,
February 16, 2026 at 5:31 pm #708769
ubiquitantParticipantmy website is working perfectly fine in localhost but when the code is pushed to live https://erajewellers.com/ then the website layout is completly broken. I have migrated the site from the localhost to live using wp-migrate-lite plugin
Please understand my flow:
1) cloned existing project from git in xampp localhost
2) from admin added a new plugin “wp-migrate-lite”
3) created a new migrated db from localhost url to live url and pushed the updated code and live db in git again
4) cloned the project in live server and imported the migrated db in live server
5) the website now looks broken in live server https://erajewellers.com/Please see the localhost layout and live layout attached below
localhost : https://drive.google.com/file/d/1Z7PqpPLD3ewpauCSj9Man497sZfoVIhd/view?usp=sharing
live : https://drive.google.com/file/d/1HUQDAOifri6KsofHmv6u4PdL762HXHAN/view?usp=sharing
This has been happening again and again..i also face this issue sometimes when i clone the project in localhost of some other pc..please give me a solution
February 17, 2026 at 10:12 am #708815Hello,
To transfer your website, you can utilize the Duplicator plugin. This process involves transferring the entire site, including all content and theme settings, to ensure a comprehensive and seamless migration: https://wordpress.org/plugins/duplicator/
For more details follow this guide: https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/
Note: Please take a complete backup of your site first, then migrate the site. Also, you can use any other plugin as well.
Best Regards
-
This topic was modified 8 months ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register