Changing font size on slider for mobile version
-
Hi there
I am having trouble with my slider when viewing on a mobile device. Just noticed last night that the slider was showing no post titles at all. I seem to have been able to fix that after reading the forums and adding the correct code to the CSS section, but now the font is too big when viewed on mobile device and it cuts off half the title. Ive tried to change it myself with code I found on another forum topic but it has not changed anything.
This was the code I added –
@media (min-width: 768px){
.carousel-text h2 {
font-size: 30px !important;
}
}If someone can help me that would be much appreciated! This is all very new to me and Im not very tech savvy so if you can break it down for me that would be amazing! Thanks so much
Stacey
The page I need help with: [log in to see the link]
- The topic ‘Changing font size on slider for mobile version’ is closed to new replies.