Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #952869

    Hello,
    I have set up a catalogue element – on the phone the line Title / Price is broken if the line is too long.
    But in some cases it is not broken even with a long title..
    Is there something I could do or is it random if a title is broken and another not?
    I have attached some images:

    #952879

    Hey Gaso,

    Please provide a link to the page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #952899

    Here is a page in question – On the PC it’s ok – but on Tablet and Iphone some entries of the title do not “break” in a second row but overwrite the price info.. Some longer titles are ok as you could see from the screenshots of the smartphone.

    #952901

    Here you could see one long line is ok the other not…

    https://ibb.co/nEUpW7

    #952949

    Hi,

    Try and add this to quick css:

    @media only screen and (max-width: 767px) {
    .av-catalogue-title-container{
    font-size:10px!important;
    }}

    Best regards,
    Jordan Shannon

    #962870

    Thanks. But this does not really fix the problem.

    On an Ipad for example the problem was still there and the second problem was that the title font became far to small..

    What helped me was following – maybe of interest for anyone else;

    .av-catalogue-title { padding-right: 120px !important; 
    }
    #963742

    Hi,

    Thanks for sharing your solution :-)

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

    Best regards,
    Rikard

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