Trouble Formatting Mobile Site
-
I’m trying to adjust my slider font on my homepage on mobile so that the entire title appears rather than the font getting cut off like it currently is. All of the codes that I found didn’t work for me.
Most recently I tried the following with no success:
@media only screen and (max-width: 600px) {
.home-slider-block h3 {
font-size: 24px!important;
}
}Any ideas how I can get this to all fit on my mobile site?
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Trouble Formatting Mobile Site’ is closed to new replies.