Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #977302

    Hello, I have used the pricing module on the enfold theme, and I am having trouble with the mobile display – the item Title and the price are overlapping for items with a title longer than 12 or 13 characters. Any suggestions?

    Thanks,
    Stephanie

    #977400

    Hey stephaniec0331,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #977559

    Sure. I am not sure of how to do a regular attachment here. I’m inserting an image here — a screen shot showing both the desktop and the mobile display. Desktop is fine, mobile is overlapped.

    #978011

    Hi stephaniec0331,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     @media only screen and (max-width:990px){
         .av-catalogue-title {
            width: 200px;
        }
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #978209

    Looks much better. Thanks!

    #978385

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #978400

    All set! Please feel free to close. Thank you!

    #978720

    Hi,

    Great, thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Pricing Display Overlap on Mobile’ is closed to new replies.