Guest Posted February 28, 2014 Posted February 28, 2014 Hi -- I'm hoping to adjust how the mobile stylesheet renders the H1 tag. I've chosen a large, bold title for the front page, yet when it is viewed on mobile, the stylesheet is causing the words to break unnaturally. I'd love for the text to resize to an appropriate scale, similar to how the Bedford template works. Any advice? Thanks!Jon
SunJLal Posted March 3, 2014 Posted March 3, 2014 Hey Jon, Try using media queries in the custom css section. To do this in your case: Go to preview enter Style mode () click the custom css button add the line of code below @media only screen and (max-width: 640px) { h1 {font-size:1.8em;} } You may need to adjust the "1.8em" larger or smaller based on your preferences.
Guest technostructllc Posted June 20, 2018 Posted June 20, 2018 good affirmation for me to .great job ! simply and interesting blogthanks for updating knowledge.BIM Modeling is also gd.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.