Tagged: header, mobile, non-responsive, quick css, responsive
-
AuthorPosts
-
July 29, 2013 at 8:32 am #26865
Hi!
The H3 heading (site-wide) appears to be non-respnsive so when viewed on mobile devices becomes unreadable. Please can you advise?
Many thanks
Lauren
July 30, 2013 at 11:19 am #131895Anyone got any thoughts on this – need to get it resolved today…
July 31, 2013 at 8:42 pm #131896Hi Lauren,
Without seeing an example live there isn’t much we can do. There are multiple variations of the h3 within the theme so it depends on where exactly its in place.
The special heading for instance is specifically set not to have a line-break but there is a way around it. If its somewhere else it could be something similar but we just need a bit more information to assist in a fix.
Regards,
Devin
August 5, 2013 at 12:40 am #131897i am also having this problem. see photo here http://thepsychreport.com/test1/ vs. desktop view at http://www.thepsychreport.com
“Welcome to The Psych Report (Beta)” is cut off
August 5, 2013 at 12:44 am #131898Hi,
Please add this on your custom.css or Quick CSS
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 640px) {
/* Add your Mobile Styles here */
.template-page .entry-content h2, .av-special-heading h3 {
font-size: 15px;
}
}Regards,
Ismael
August 6, 2013 at 7:31 am #131899I tried it in the quick css but no cigar. If i am using a child theme should i go through custom.css? or does it not matter?
August 6, 2013 at 7:43 am #131900No, if you’re using a child theme you can insert the code into the child theme style.css file. You can also try to add an important tag to the code like
@media only screen and (max-width: 640px) {
/* Add your Mobile Styles here */
.template-page .entry-content h2, .av-special-heading h3 {
font-size: 15px !important;
}
} -
AuthorPosts
- The topic ‘H3 Heading Non Responsive’ is closed to new replies.
