Sorry, I should have been more clear in the description. I'm looking to adjust the size on mobile devices. They look fine on desktop, but in mobile, the titles are huge.
Thank you. I tried the css you suggested, but it is still large and taking up the entire space. I tried adjusting the pixel size of the font but it didn't change. Please see attachment.
About that font being bing on mobile, this is being caused by some CSS that might be added to the salient theme options.
Please try cut and remove the CSS at salient \ general settings \ css script related - custom css code and keep in on a text file - save and run the site without it. You can then put it back from the text file.
This particular piece of CSS seems to be causing the enlargement:
media only screen and (max-width: 690px){
#page-header-bg.fullscreen-header .span_6 h1, .overlaid-content h1 {
font-size: 67.5px!important;
line-height: 63px!important;
}
}
Let us know how this goes and we can take it from there.
I can see that CSS you mentioned in the blog post source code, but I have no idea where it's coming from or how to remove it as it's not in my CSS at salient \ general settings \ css script related - custom css code
About the post title being too large on mobile view, this is being caused by CSS that we added before. The nature of the situation is that the title for your post http://drlenaagree.com/could-the-man-in-your-life-be-depressed/ is to long and it would be best if you added the CSS to fix it to that post only to fix the issue.
Hello,
I can't seem to figure out how to affect the H1 on single blog posts (http://drlenaagree.com/new/could-the-man-in-your-life-be-depressed/), or the H2 of the blog post titles on http://drlenaagree.com/new/blog/
I tried this code which I saw in another ticket, but it isn't working:
@media only screen and (max-width: 690px) {
#page-header-bg .span_6 h1, .single.single-post .section-title h1 {
font-size: 2.5vw !important;
line-height: 2.5vh !important;
}
Hey Lena ,
Try adjusting these Trypography Settings :
ThemeNectar Support Team
Hello,
Sorry, I should have been more clear in the description. I'm looking to adjust the size on mobile devices. They look fine on desktop, but in mobile, the titles are huge.
Thanks
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Thank you Tahir. That helped for my blog landing page, but it did not seem to affect the title on the single blog post page: http://drlenaagree.com/new/could-the-man-in-your-life-be-depressed/
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Thank you. I tried the css you suggested, but it is still large and taking up the entire space. I tried adjusting the pixel size of the font but it didn't change. Please see attachment.
Hey again,
Thanks for keeping in touch with us.
Kindly try adding the code below and see if that works:
Please let me know if there are any more questions that I may answer for you :)
Cheers!
That changed the size of the header area, but the text is still not affected and it's the same large size. See attached image.
Hi lenaagree,
Apologies for the late reply.
About that font being bing on mobile, this is being caused by some CSS that might be added to the salient theme options.
Please try cut and remove the CSS at salient \ general settings \ css script related - custom css code and keep in on a text file - save and run the site without it. You can then put it back from the text file.
This particular piece of CSS seems to be causing the enlargement:
Let us know how this goes and we can take it from there.
Hello,
So, I did not see that exact code, but I saw the below CSS and removed it, but still don't see any changes to the mobile blog header size:
#page-header-bg.fullscreen-header .span_6 h1, .overlaid-content h1 {
font-size: 58.5px !important;
line-height: 63px !important;
}
I can see that CSS you mentioned in the blog post source code, but I have no idea where it's coming from or how to remove it as it's not in my CSS at salient \ general settings \ css script related - custom css code
Hi there,
Apologies for the late reply.
Could you have temporary admin access so that we can have a better look at the page code and the salient theme options area.
Thanks.
Hi lenaagree,
About the post title being too large on mobile view, this is being caused by CSS that we added before. The nature of the situation is that the title for your post http://drlenaagree.com/could-the-man-in-your-life-be-depressed/ is to long and it would be best if you added the CSS to fix it to that post only to fix the issue.
We recommend this because without the CSS we added before every other title looks okay e.g. http://drlenaagree.com/what-is-great-sex-part-2/
So we added this to the page settings on visual composer on the post with the issue i.e. here http://drlenaagree.com/new/wp-admin/post.php?post=334&action=edit
See screenshot.
This was the CSS that was there i.e. at salient \ general settings - css script related - custom css code, before we removed it.
Now the headings are okay.
Please consider this option.