Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #686462

    Hi,
    I have a problem with buttons text labels.
    I created more buttons on color sections and the buttons don’t resize on mobile device.
    Thanks,
    ROsa

    #686465

    Hey pinkabbestia!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    #top .rv-avia-button .avia-button {
        font-size: 14px;
        min-width: 120px;
    }}

    Best regards,
    Yigit

    #686504

    Thanks Yigit but the code doesn’t work.
    Rosa

    #686507

    Hey!

    Can you please try changing it to following

    @media only screen and (max-width: 767px) {
    .rv-avia-button .avia-button {
        font-size: 14px !important;
        min-width: 120px !important;
    }}

    Best regards,
    Yigit

    #686522

    YO! This css Works!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Button text labels responsive not resize’ is closed to new replies.