Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1308063

    We encounter 3 main problem:

    – in mobile versione (tablet and smartphone) logo overlapping on sandwich menu and search icon

    – “sales” label on products overlapping the product title

    – on mobile we can’t see the filter (on desktop we had this in the right sidebar – filter by brand)

    Please let me know

    #1308278

    Hey AndreaMantegazza,

    Thank you for the inquiry.

    1.) You can set the menu to switch to icon or burger menu earlier or when the screen width is less than 989px. The option can be found in the Enfold > Main Menu > General > Menu Items for mobile settings.

    2.) Did you add custom code to move the onsale badge beside the price? It should be on top of the product image by default. To fix it, try to move the badge upwards with this css code.

    #top .onsale {
        margin-top: -60px;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1308676

    Hi Ismael, thanks for your reply.

    point 1)
    the logo still overlap – it’s too big…please let me know

    point 2)
    I pasted to custom.css and it works but now I see the “on sale” label too much near the top in the product page (please see the example I send you privately) please let me know…

    #1308745

    Hi,

    1.) Would you mind providing a screenshot of the issue? It works well on our end when we switch the menu breakpoint, or when we se the Menu Items for mobile settings to the second option.

    2.) You can adjust the top margin value to adjust it. You can also move it further to the left or right by applying a left or right margin.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.