Home Forums Weaver Xtreme Theme media on tablet

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #66428
    merlojh
    Participant

    On the home page https://www.theorganicwinecompany.com/ there are four buttons below the bottles that do not size on tablet four columns? John

    #66429
    scrambler
    Moderator

    Text does not scale, images do.

    The easiest way if to create the buttons as images

    #66434
    merlojh
    Participant

    Not having time to do the buttons is there anyway to size them with media queries? john

    #66436
    scrambler
    Moderator

    Put a class on the text and read the Section called “Responsive text” of the article below to use CSS to scale the text with the browser

    Responsive Sizing: Two little known CSS properties – Weaver Xtreme Guide (weavertheme.com)

     

    #66437
    merlojh
    Participant

    tried this but did not work .button-two {font-size:calc(10px + 2vw);}

    #66438
    scrambler
    Moderator

    Almost there 🙂

    .button-two {font-size:calc(6px + 0.5vw) !important;}

    #66440
    merlojh
    Participant

    Thanks that great! John

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