• Resolved UmrenTV

    (@umrentv)


    Hey!

    I haven’t really noticed when this exactly started happening, but it wasn’t an issue before I remember for sure.

    Maybe after the WordPress update, or something, but the banner is currently cutting off my product page, and making the page (product) title and some other options not visible.

    I don’t know where to start. I tried making the theme “Woocommerce compatible” if it wasn’t before, by duplicating “page.php” file, and renaming it to woocommerce.php, and removing the loop (while posts exists, etc), and adding the <?php woocommerce_content(); ?>, just to try if it works, it didn’t.

    I don’t know what to try next. I am not exactly very skilled coder, I just have basic and moderate knowledge just to maintain and moderate my website ??

    Thanks for help!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter UmrenTV

    (@umrentv)

    Ah yeah, in case something changes with the link meanwhile, this is how it looks on image:

    View post on imgur.com

    That is how it looks while, with the page being scrolled up maximum.

    • This reply was modified 5 years, 5 months ago by UmrenTV.

    Hello,

    Have you added any code to fix the header? That is causing the issue. Try to add the below code to the Customize > Custom CSS section to fix it –

    main#main {
        padding-top: 50px;
    }
    • This reply was modified 5 years, 5 months ago by Amit Singh.
    Thread Starter UmrenTV

    (@umrentv)

    Yep Adding that Code to Appearance > Customise > Custom CSS/JS, worked.
    Thanks!

    You’re welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce Single Product Page, Header distance issue.’ is closed to new replies.