Home Forums WoodMart support forum Breadcrumbs and going back

Breadcrumbs and going back

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #250683

    Zellsaint
    Participant

    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.
    #250817

    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.

    #250855

    Zellsaint
    Participant

    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

    #251021

    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.

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