Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #371548

    Hi Team,

    I have two prices in the catalogue (e.g. 99,- € | 89,- €). Through that, the title overlaps the first price when I resize on iPad and Smartphone:

    How can I tell him to break to the next row earlier?

    Thanks and cheers,
    Jan :)

    #371759

    Hey Jan!

    Hmm, your catalogue looks a little different to me. I think the CSS your wanting to use is this.

    @media only screen and (max-width: 767px) {
    .av-catalogue-price {
        position: relative !important;
    }
    }

    But if that’s not working then send us a link to your page and we’ll take a look.

    Cheers!
    Elliott

    #372151

    Hi Elliott,

    thank you. It’s the same catalogue. I just don’t use a description and have two prices side by side. Moreover I added a manual headline above the catalogue right aligned.

    I don’t need the price to jump into the next row, it’s the catalogue title which needs to break earlier. Now, it’ll overlap the second price I inserted ob iPad portrait and smartphones. Like on the screenshot above.

    Any ideas?

    Merry Christmas!

    Jan

    #372196

    Hi!

    Send us a link and take a screenshot highlighting how your wanting it to look so we can get a better idea.

    Cheers!
    Elliott

    #374530

    Hi Elliott,

    happy new year! :)

    You’ll find the screenshot in my first post in this topic on the very top. Here ist the link. Please resize the browser and you will see the title overlapping the Price area (because I uses two instead of one prices:

    http://justcom-hamburg.de/reparaturen/iphone-displayschaden/#5s

    Thanks and cheers,
    Jan :)

    #374754

    Hey!

    Try adding this to your custom CSS.

    .av-catalogue-title { padding-right: 100px !important; }
    

    Best regards,
    Elliott

    #375247

    Hi Elliott,

    I tried, but it doesn’t work. What great, that worked! :)

    Thank you for your patience,
    Jan :)

    #375374

    Hey!

    I’m sorry but I don’t understand. If your trying to do something else then highlight in your screenshot exactly what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    #375589

    Hey Elliott,

    sorry, I messed up my message. IT WORKED and THANK YOU! This is what I meant :)

    Cheers,
    Jan

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Catalogue Pricing Title Responsive’ is closed to new replies.