• Resolved sami35

    (@sami35)


    Hi there!

    At first I want to thank the team.

    I’m having 2 problems. Those are,

    a) Products on the homepage are aligned slightly to the right. (both in mobile and desktop view)

    b)If I tap on Handheld menu bar, the nav-menu options are shown right below the logo line. I want it a little bit of space there.

    This is my website’s homepage link: https://www.21aboimela.com/

    I hope there will be an answer.
    Thanks.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @sami35 ,

    Thanks for reaching out!

    a. I could not locate the problem with alignment. If you still have issues you can share a screenshot. You can use https://snipboard.io/ to share a screenshot.

    b. You can use this CSS in your Appearance > Customize > Additional CSS field to add more space between the logo and the menu items –

    @media only screen and (max-width: 600px) {
        .handheld-navigation {
            padding-top: 15px;
        }
    }

    Thank you ??

    Thread Starter sami35

    (@sami35)

    Thanks for the 1st answer.

    This is the link, here I have described my problems:
    https://www.21aboimela.com/problem/

    Just to know, Are you from Bangladesh?

    Hello @sami35 ,

    Thanks for the screenshots.

    It looks like the WooCommerce blocks add a negative right margin to the product list hence you see that difference.

    You can fix this by using this CSS –

    .wc-block-grid__products {
        margin-right: 0;
    }

    I hope this helps.

    Unfortunately, we are unable to share any personal information in this forum.

    Thank you ??

    Hi there,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Thank you ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Homepage products alignment and handheld menu-bar toggle problem’ is closed to new replies.