Home › Forums › All Other Themes › Wedding Pro Theme – Mobile Text Header Size
- This topic has 10 replies, 2 voices, and was last updated 7 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
July 24, 2017 at 2:10 pm #79098
When I view my website on a mobile device, the size of the header is too large. how can I adjust the size of how the text header for mobile appear a certain size versus the size of the desktop version of the header.
website is
www.shannonandcarolee.comJuly 25, 2017 at 5:33 am #79143Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .logo span.textlogo { padding:8px 0 8px 40px !important; font-size:32px;} .logo span.textlogo span.rightstyle { padding:8px 40px 0 0 !important;} }
Regards,
ChrisJuly 25, 2017 at 10:19 am #79211This code helped the font a little. But I would like it to be small and all on one line. There is still something that is trying to load (on the mobile version) underneath the header photo. There is nothing that is there because everything is showing on the page that should be showing.
Can you help me troubleshoot this?
thanks,
CaroleeJuly 25, 2017 at 10:47 am #79213Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisJuly 25, 2017 at 12:02 pm #79219these are two screenshots of what I see on the mobile version. the half circle image is the icon that scrolls when something is trying to load. everything is showing on that home screen that should be showing so I don’t know what is trying to load.
http://imgur.com/a/pvc83July 25, 2017 at 12:51 pm #79228Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:1024px) { .slider-main { min-height:180px !important;} }
Regards,
ChrisJuly 25, 2017 at 1:27 pm #79235That helped remove the loading icon area. How do I have the header text adjust to a smaller size when viewing on a mobile device?
thanks!!
July 25, 2017 at 1:41 pm #79242Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.logo span.textlogo { padding:8px 0 8px 40px !important; font-size:30px !important;}
.logo span.textlogo span.rightstyle { padding:8px 40px 0 0 !important;}
}Regards,
ChrisJuly 25, 2017 at 1:46 pm #79245should I remove the code below you had me put in before the second code you sent?
when I look at the desktop version after I put in this code there seems to be some sticking when I try to scroll on the home page.
@media screen and (max-width:767px) {
.logo span.textlogo { padding:8px 0 8px 40px !important; font-size:32px;}
.logo span.textlogo span.rightstyle { padding:8px 40px 0 0 !important;}
}July 25, 2017 at 2:21 pm #79256How do I get the mobile text header to show on just 1 line?
July 26, 2017 at 5:19 am #79308Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .logo span.textlogo { font-size:30px !important;} .wedd-date h3 { font-size:16px !important;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.