End of Support for Joomla 3 - Forum closed
[SOLVED] Font size in RokSprocket module on frontpage
- peachmelba
- Offline Topic Author
- Fresh Boarder
- Posts: 10
- Thank you received: 0
Replied by peachmelba on topic Font size in RokSprocket module on frontpage
Posted 9 years 1 month ago #9907
Thank you.
Is it possible only to schrink the font size on the mobile version ?
Is it possible only to schrink the font size on the mobile version ?
by peachmelba
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Font size in RokSprocket module on frontpage
Posted 9 years 1 month ago #9911
Yes thats possible too:
developer.mozilla.org/en-US/docs/Web/CSS.../Using_media_queries
developer.mozilla.org/en-US/docs/Web/CSS.../Using_media_queries
@media (max-width: 768px) {
.sprocket-features-content h2 {font-size:10px}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: peachmelba
Please Log in or Create an account to join the conversation.
- peachmelba
- Offline Topic Author
- Fresh Boarder
- Posts: 10
- Thank you received: 0
Replied by peachmelba on topic [SOLVED] Font size in RokSprocket module on frontpage
Posted 9 years 1 month ago #9914
Problem solved.
by peachmelba
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates