Okay
  Public Ticket #1059907
Image banner Text responsiveness
Closed

Comments

  •  2
    Fernando Ammann started the conversation

    Hello

    The text of my image banners on my "home" page are not responsive. If i open it with a smart phone they simply are cutoff.

    Is it possible to make a 2nd line for the "description"? 

    Thanks

    Fernando

    --> Tantos.ch

  • [deleted] replied

    Hi Fernando,

    This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though

    Can you please add the code below to Custom CSS

    @media screen and (max-width: 768px) {
        .page-container .wpb_content_element.lab_wpb_image_banner .banner-text-content {
            font-size: 22px !important;
        }
        .page-container .wpb_content_element.lab_wpb_image_banner .banner-text-content {
            white-space: inherit !important;
        }
    }
    Will set this ticket as solved from here.

    Have a great day!

  •  2
    Fernando Ammann replied

    Hey Ylli

    I am sorry for this ticket but i honestly dont know anything about coding

    and therefore can only hardly distinguish between customization and support issues..

    By the way, your code doesnt work. but thank you anyway! I would be great if you

    could send my the correct code but of course i do not expect this from you.

    Anyway, Aurum is just great!

    Best Regards,

    Fernando

  •  2
    Fernando Ammann replied

    Hey

    Somehow the code needed some time. it works perfectly now, thank you very much!!!

    Best Regards,

    Fernando

  •   [deleted] replied privately