This topic has 8 replies, 3 voices, and was last updated 7 years, 6 months ago ago by Olga Barlow
There is padding between my header and my content on all pages except for my home page. All the settings and CSS are the exact same for these pages except for some reason I can’t find out how to remove this additional padding on all pages.
https://ibb.co/dAEPRQ
https://ibb.co/mOJjRQ
Hello,
Could you provide me link to page with padding?
Regards
link is in private content
hello,
you site is not even wordpress..
you are not using xstore..
Hello Amzy,
This is pretty troublesome – there must be another company called 8theme that makes a theme called xstore then… Did you even try the admin login I provided in the private content? the link below is proof that its wordpress and using the xstore theme – you could have just inspected the site in browser instead of that snarky reply to my legitimate support issue.
Hello,
Sorry, seems my colleague did not open the correct link.
All the pages have the margin-top 0 http://prntscr.com/f4gyvk if the breadcrumbs option was disabled to avoid the problem with space for the product page etc. If you don’t need this space for all the pages on your site then add the following code in global custom CSS (Theme Options > Styling > Custom CSS). If you want to remove the space for some page only you may add the code in page custom http://prntscr.com/f4h9mx
.breadcrumbs-type-disable .content-page {
margin-top: 0;
}
Regards
Hello Olga,
Thanks so much for your response, I will try out the code asap and get back to you.
Regards
Ok, sure.
Regards
The issue related to '‘Content Padding is Different on Homepage than any other page’' has been successfully resolved, and the topic is now closed for further responses