Tagged: catalogue, responsive
-
AuthorPosts
-
December 22, 2014 at 3:55 pm #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 :)December 22, 2014 at 8:38 pm #371759Hey 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!
ElliottDecember 23, 2014 at 5:21 pm #372151Hi 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
December 23, 2014 at 6:47 pm #372196Hi!
Send us a link and take a screenshot highlighting how your wanting it to look so we can get a better idea.
Cheers!
ElliottJanuary 3, 2015 at 6:48 pm #374530Hi 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 :)January 4, 2015 at 7:22 pm #374754Hey!
Try adding this to your custom CSS.
.av-catalogue-title { padding-right: 100px !important; }
Best regards,
ElliottJanuary 5, 2015 at 6:58 pm #375247Hi Elliott,
I tried, but it doesn’t work. What great, that worked! :)
Thank you for your patience,
Jan :)January 5, 2015 at 10:27 pm #375374Hey!
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,
ElliottJanuary 6, 2015 at 11:22 am #375589Hey Elliott,
sorry, I messed up my message. IT WORKED and THANK YOU! This is what I meant :)
Cheers,
Jan -
AuthorPosts
- The topic ‘Catalogue Pricing Title Responsive’ is closed to new replies.