mb1243

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Sidebar Menu – Show all pages #150144
    mb1243mb1243
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: October 18, 2017

    I tried in my first reply. I don’t have a domain name yet, but you can put the IP in your browser.

    104.239.142.122

    Thanks for the help!

    in reply to: Sidebar Menu – Show all pages #150103
    mb1243mb1243
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: October 18, 2017

    I’m not sure why the URL isn’t showing, but here is a screenshot of what I am talking about.

    https://ibb.co/BCSB0dG

    I have more pages under Scholarship Recipients that I want to show without having to use the scroll bar.

    in reply to: Sidebar Menu – Show all pages #150102
    mb1243mb1243
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: October 18, 2017

    Here is a link to the website at the moment.

    http://104.239.142.122

    Thank you!

    in reply to: Celebration Hall Nova Title Not Showing on Mobile #115274
    mb1243mb1243
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: October 18, 2017

    Thank you for the response! I figured out my other 2 issues as well.

    For the header problem, I just removed the header altogether on Mobile using the following:

    @media screen and (max-width: 767px) {
    .home.has_trans_header .page .header, .page .header, .single .header, .error404 .header, .search .header, .header, .home.has_trans_header .header { display: none !important;
     }}
    

    And for the column issue, the code you provided still made the images too large. I used the following to accomplish what I was looking for.

    .cols3 .team-thumb{height:290px; width:85%;}
    .cols3 img{height:auto; max-height:270px; min-height:270px; width:100%;padding:0;margin:0;vertical-align:bottom}
    in reply to: Celebration Hall Nova Title Not Showing on Mobile #115222
    mb1243mb1243
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: October 18, 2017

    I found a solution to number 1 by using the following:

    @media screen and (max-width:479px) {
    .nivo-caption .title { display:block !important; font-size: 2em;
    }}

    I still would appreciate any help with 2 and 3 though. Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)