Home › Forums › Themes Support › Gecko › Responsive font text on Meta slider
Tagged: mobile responsive, meta slider
- This topic has 12 replies, 2 voices, and was last updated 6 years, 11 months ago by Harry.
-
AuthorPosts
-
-
November 18, 2017 at 9:16 am #13505
Hello, I’ve used html to adjust font sizing on meta slider but when you view my site on mobile devices the text on the meta slider is all jumbled. Plus the other text over the homepage and FAQs etc pages are too large for mobile devices how do I get them to reduce proportionally?
Also the layout on mobile devices is not as neat as I’d like, how do you rectify this? For example my credit card images and banners on the footer (placed with custom html)
-
November 18, 2017 at 12:54 pm #13523
Hi Adele,
You can fix by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 480px) {
.metaslider .flexslider .caption-wrap h2 {
font-size: 16px;
}
.metaslider .flexslider font {
font-size: 12px;
white-space: normal;
}
h4 {
font-size: 16px;
}
.home h3 span { font-size: 16px !important;}
}@media only screen and (max-width: 360px) {
.metaslider .flexslider .caption-wrap h2 {
font-size: 14px;
}
}I saw you insert more inline css font font-size of elment so on mobile it can’t use theme css to reduce font size on mobile. Could you explain more about issue with footer banner
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 19, 2017 at 9:18 am #13571This reply has been marked as private.
-
November 19, 2017 at 9:57 pm #13590
Hi,
1. Please add custom css
@media only screen and (max-width: 480px) {
.metaslider .slides img { width: 100% important;}
.metaslider .flex-control-nav {display: none;}
.mc4wp-form-fields {text-align: center;}
}2. I mean you use inline css for the text on homepage and text on FAQs page
3. For badge on footer, it can’t change like your design because can’t change the DOM of HTML. If you want like design you have to move the big orange badge to the left on desktop.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 21, 2017 at 5:14 am #13658
Hi Harry,
Thanks for that.
- How do I get the meta slider images to reduce in size on mobile images? On my mobile the images are not centered or cropped, whereas tablet they are
- How would you suggest to adjust font size on the page rather than inline CSS – I see it affects the responsive design but I’m trying to use all my H tags on the pages and sometimes this means changing the font size on a page so it doesn’t look messy.
- No problem, I have adjusted it and will amend the borders
Thanks
Adele
-
November 21, 2017 at 10:14 am #13663
Hi Adele,
1. Please try to change prev code to
@media only screen and (max-width: 480px) {
.metaslider.organic-slider .slides img { width: 100% important;}
.metaslider .flex-control-nav {display: none;}
.mc4wp-form-fields {text-align: center;}
}and clear cache
2. I saw you add more heading tag (H) it not good for SEO, please change to paragraph use some heading in your content.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 21, 2017 at 10:14 am #13664
Hi Adele,
1. Please try to change prev code to
@media only screen and (max-width: 480px) {
.metaslider.organic-slider .slides img { width: 100% !important;}
.metaslider .flex-control-nav {display: none;}
.mc4wp-form-fields {text-align: center;}
}and clear cache
2. I saw you add more heading tag (H) it not good for SEO, please change to paragraph use some heading in your content.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 30, 2017 at 7:03 pm #14159
Hi Harry,
I ahve tried this and recently updating my images has caused meta slider to mis-behave on the mobile view again. It really isn’t responsive or smart cropping my images at all. I have a sony compact mobile and the images are overlapping, taking up the whole page view, without cropping centrally.
And even though I have updated the images and deleted the cache the metaslider is still showing outdated images, on mobile only. Is there going to be an update for the theme as meta slider really is not performing well on mobile and with those CSS add-ons you wrote me.
PLease advise
Thanks
Adele
-
November 30, 2017 at 10:30 pm #14163
Can you send me login credentials, we need closer check.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 1, 2017 at 7:05 am #14179This reply has been marked as private.
-
December 1, 2017 at 12:30 pm #14190
Sorry for give you incorrect code. I corrected this and now the slider work.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 1, 2017 at 3:44 pm #14195
Hi Harry, thanks…I’m sorry to say this but the first image slider is a different height to the others when it is on a smaller mobile…
Thanks Adele
-
December 1, 2017 at 4:51 pm #14196
I help you fixed this.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.