• Resolved dutt

    (@rajat-dutt)


    dear team,
    the gap between breadcrumb and product description is very high I want to make it very lesser. pls see below screenshot:
    https://snipboard.io/Rf3IDy.jpg

    kindly help em to slve it

    also after installing your theme my site is very slow I downloaded many plugins to re-desgin it however I know theme coding is perfect some plugins are making it slow.
    can u pls let me know which plugin of my site is causing this issue based on may compatibility or coding

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey @rajat-dutt

    To reduce the space, you can use the following CSS code:

    .storefront-breadcrumb {
      margin-bottom: 10px;
    }

    As for your site being slow; this could be due to any plugin. I’d recommend the conflict-testing steps here to isolate the source of the issue: https://docs.woocommerce.com/document/how-to-test-for-conflicts/

    The best way to find which plugin might be causing it, is to do the following:
    – Disable all plugins except for WooCommerce.
    – Turn off all caching on your site.
    – Test to see if the site is faster again.

    If that resolves the issue, then one-by-one you can re-enable your plugins, testing in between, until the problem appears again. This will then give you an idea about which plugin is the one causing your site to be slow.

    Thread Starter dutt

    (@rajat-dutt)

    Hi,
    Thanks a lot, it is perfect !!😉

    but there is one more problem
    my website primary menu not same as website mobile menu
    even I choose primary menu as handheld menu as well.
    but still its not showing.

    one more problem as u can see my dropdown menu is not visible at all because of white color
    https://snipboard.io/3BPIfV.jpg
    see this screenshot
    what to do in this case?

    Hey @dutt

    With Storefront, you can have different menus for desktop and for mobile.

    If you want the menus to be the same on both desktop and mobile, make sure that these two checkboxes are checked (under Appearance → Customize → Menu → your menu):


    Image link: https://d.pr/i/Plg1p4

    To make the text in the menu button visible, use the following CSS code:

    button.menu-toggle, button.menu-toggle:hover {
      color: #000000;
    }
    
    button.menu-toggle::after, button.menu-toggle::before, button.menu-toggle span::before {
      background-color: #000000;
    }
    
    Thread Starter dutt

    (@rajat-dutt)

    I added the code but no change occurred in menu
    https://snipboard.io/eHnmJz.jpg

    Same in case of menu
    https://snipboard.io/bR2e36.jpg

    I have enabled both options but still menu is not updated in mobile version pls check and help

    Thread Starter dutt

    (@rajat-dutt)

    Also can i keep my primary menu bar color white in case of mobile site. Is there anyway ti do this?

    Thread Starter dutt

    (@rajat-dutt)

    ????????????????

    Niall a11n

    (@wpniall)

    Hi @rajat-dutt,

    I’m sorry we missed your last post. Have you been able to resolve this issue?

    If not, could you please let us know, so we can help you further.

    Niall a11n

    (@wpniall)

    Hi again,

    Hope you managed to change your site’s menu styles. We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help with the Storefront theme, please start a new thread and we’ll be able to help you out there. Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘gap between breadcrumbs and product title’ is closed to new replies.