Home Forums Archived Forums Mobile View Is there a place where I can find all the mobile classes for weaver x

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19201
    angela
    Participant

    Using Xtreme version 2.1

    Hi. After searching for 3 hours, Can someone reference me an area in the forum where there is a list of classes for mobile.  I have been trying to simply change the title page to a smaller font when viewed on mobile and it isn’t working.  I tried this from clues from another post, but doesnt work. 
    .is-mobile .page-title .post-title {font-size:60%;font-weight:bold;}   

    Any help greatly appreciated.  
    Angela

    #29101
    Weaver
    Keymaster

    You need a separate rule for each type of title:

    .is-mobile .page-title {…}
    .is-mobile .post-title {…}

    or

    .is-mobile .page-title, .is-mobile .post-title {…}

    And while the forum does provide a lot of information, there is a really comprehensive help document for the theme that has a LOT of important information.

    Open it from the help tab. Read the table of contents. You’ll see a section called Weaver Xtreme Helper Classes, which has the information you want.

    #29102
    scrambler
    Moderator
    #29103
    angela
    Participant

    Thanks a bunch! Worked perfectly!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘ Mobile View’ is closed to new topics and replies.