Our Team and Mobile Site

Home Forums All Other Themes Our Team and Mobile Site

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52670
    Kimberly TaylorKimberly Taylor
    Member
    • Topics: 11
    • Replies: 9
    • Total: 20
    Member since: March 25, 2015

    I would like the “our team” area on my the front of my website that is labeled “Season 35 National Finalists” to have all the images and information side by side like they are under the “artist” page.

    When I look at the website using the mobile version on my phone, the team area pictures are skinny and long and all the wording is cut off on both the main page and the artist page. How can this be fixed?

    There is a space, using the mobile app, between where the slider image is and the menu area. Can this be fixed?

    The text in the headings on the mobile app are on top of each other, is there a way to fix it so there is some space between the lines?

    Website is www.thecountryshowdown.com

    #52681
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    .slider-main { min-height:inherit !important;}
    .teamimgbx, .team-col img { height:auto;}
    .content-area .team-col { width:100%;}
    section h2 { font-size:24px; line-height:32px;}
    }

    Regards,
    Shri

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