Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #285402
    Hans
    Participant

    Hello (I think Skandha):

    I am werking now on the concept of the webshop for my daughters bakery.
    If this succeed, I will buy the pro team.

    It depends among others on the solution of the next problem:
    The URL is:
    https://laura.hagmeijer.nl/winkel/

    You see the header. It is OK.
    Under the header you see the menu: it is OK.
    Then there is a big gap between the menu and the breadcrumb. This gap should be smaller. There is a possibility to have the breadcrumb right under the menu, but then there are two breadcrumbs on the same page.
    Then there is a big gap under the breadcrumb to the image.
    And between the breadcrumb and the image is a kind of big grey line. This line should be removed.

    Question: is it possible to make the gaps much, much smaller en remove the big grey line.

    Kind regards

    Hans Hagmeijer

    #285431
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content {
        padding-top: 0;
    }
    .woocommerce-shorting-wrapper {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘shop page’ is closed to new replies.