Breadcrumbs and going back
-
Hi!
As You can se in the photograph, breadcrumbs and the button to “go back” can´t see on the screen because of the header.
I have tried changing the size of the header but doesn´t work. ¿Can You help me fixing this?
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product .main-page-wrapper {
padding-top: 50px;
}
You can adjust the padding value according to your needs.
Best Regards.
Ok, thanks for the response. It works fine but now with that padding I have problems with the home. Between the header and the slider appears a white space.
¿How can I repair that?
Thanks
Hello,
You are Most Welcome.
The CSS I provided is specifically for the product page and should not affect the homepage.
If you still find issues then try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.main-page-wrapper {
padding-top: 0px;
}
If you still find issues then provide the admin panel login details of the website to check it myself and help you out accordingly.
Regards.
Xtemos Studios.