• Resolved lenartov

    (@lenartov)


    Hello.

    I need help removing empty space under the page title, above my “all products page” in Botiga theme (“trgovina”).

    Screenshot: Mobile device

    I moved the sidebar to the top with this code:

    `@media only screen and (max-width: 767px) {

    .container > .row {

    display: flex;

    flex-direction: column-reverse;

    }

    Sidebar on top works fine, but all this space just isn’t looking great. It’s worse on the mobile device, than on PC.

    Have a great day!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @lenartov,

    Thank you for your query. I am happy to help out.

    Try this adding this CSS code to your site’s Additional CSS.

    @media only screen and (max-width: 991px) {
      .content-wrapper #secondary.widget-area,
      .woocommerce-page-header + .content-wrapper {
        margin-top: 0;
      }
    }

    Hope that helps.

    Regards,
    Kharis

    Thread Starter lenartov

    (@lenartov)

    Yes! Perfect! Thank you!

    Regards,
    Lenart

    You’re welcome @lenartov!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank white space under page title (Botiga)’ is closed to new replies.