Forum Replies Created
-
AuthorPosts
-
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!
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.
Here is a link to the website at the moment.
http://104.239.142.122
Thank you!
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}
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!
-
AuthorPosts