Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter beatrizcristina1996

    (@beatrizcristina1996)

    ??

    Hi @beatrizcristina1996,

    I am sorry for the delay in response.

    I did checking on your shop page and I can’t get the issue as mentioned.

    Providing the below additional information may help:

    1. Screen capture to the issue
    2. Step by step on getting the issue

    P.S.: Use external file hosting services like Google Drive to get the shareable link to your screen capture file.

    Regards,
    Kharis

    I am having a similiar issue, I think. When putting the home page together, I was able to use the background in the sections as “full screen view” but with the shop page, despite having the setting on 100% width, the section only ocupies the part in color. Moreover, even if I do not include the text saying “our products” there would still be a lot of white space before the products are shown. How can I A: make sure the section occupies the entire page like in home and B: get rid of that white space if I so desire?

    Thanks in advance

    Thread Starter beatrizcristina1996

    (@beatrizcristina1996)

    I managed to resolve this issue for common doubts of other people. However, I still have errors on my site:
    1- The scroll up button just disappeared.
    2- The see more in the photo just doesn’t work, so I had to turn it off.
    3- The checkout page is above the footer.

    I am sorry for the long delay @plastickosmos ??

    despite having the setting on 100% width, the section only ocupies the part in color.

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (min-width: 1200px) {
    
      .container,
      .container-sm,
      .container-md,
      .container-lg,
      .container-xl {
        max-width: 100%;
      }
     
    }

    If it doesn’t help. Can you provide a screenshot with annotations showing what you’ll like to achieve?

    Please use external file sharing services like Google Drive to host your image file and get the shareable link.

    get rid of that white space if I so desire?

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

    .woocommerce-page-header {
      padding-top: 5px;
      padding-bottom: 5px;
    }
    
    .woocommerce-page-header + .content-wrapper {
      margin-top: 0;
    }

    Regards,
    Kharis

    Hi @beatrizcristina1996,

    I am sorry for the delay from my end.

    As checked, looks like everything is fine, except:

    The see more in the photo just doesn’t work, so I had to turn it off.

    I didn’t get it clearly. Can you point me to the location of the trouble with a screenshot?

    Please use external file sharing services like Google Drive to host your image file and get the shareable link.

    Regards,
    Kharis

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘botiga store layout’ is closed to new replies.