Home › Forums › Graphene Mobile Neo › Support
How to reduce size of the slider and other questions
-
Hello everyone,
I have purchased GM Neo for a website I developed for an organization, but I encounter many troubles setting up the mobile version, and I am not a CSS specialist at all… The website is ocdh-brazza.org
I am trying to :
– change the size of the text appearing in the slider, as it is very small
– change the height of the slider, because in its current configuration, slides with horizontal images leave a wide blank space between the image and the text. I would like the slider to automatically cut images to appear in the same dimensions (just like the Graphene theme does)
– is it possible to customize the text of “Search keyword” or “Continue reading” or “Back to top” ? As the website is francophone, it seems strange to have these in English…
– the header doesn’t appear completely, part of the title of the website is hidden by the menu …
– the footer doesn’t appear completely either, a white stripe hides the “Switch to desktop version” and “Back to top” links
Thank you a million times for your help
Jade
Hello again,
I still haven’t found a way to solve the issues mentioned above, and my boss is wondering why we paid for the mobile Neo theme if it doesn’t adapt well to the computer settings… Could someone please help me ?
Thank you very much in advance
Jade
Admin
Hi Jade,
Please find below some suggestions on how you can achieve the customisations you’re looking for.
Please be informed though that site-specific customisations like these aren’t covered in our support, but sometimes we do provide them here if and when we have resources to spare.
Quote:– change the size of the text appearing in the slider, as it is very smallEnter this in the theme’s Custom CSS:
.sy-caption-wrap .sy-caption {
font-size: 1.2em;
}Quote:– change the height of the slider, because in its current configuration, slides with horizontal images leave a wide blank space between the image and the text. I would like the slider to automatically cut images to appear in the same dimensions (just like the Graphene theme does)We’ll add this feature in the next theme update.
Quote:– is it possible to customize the text of “Search keyword” or “Continue reading” or “Back to top” ? As the website is francophone, it seems strange to have these in English…You’ll need to translate the strings in the theme’s translation file. The procedures are the same as for the Graphene theme, which you may find here: http://docs.graphene-theme.com/Translating_the_theme
Quote:– the header doesn’t appear completely, part of the title of the website is hidden by the menu …This is how the header appears to me:
How do you intend it to appear?
Quote:– the footer doesn’t appear completely either, a white stripe hides the “Switch to desktop version” and “Back to top” linksAdd this code to the theme’s Custom CSS:
.footer-text {
height: auto;
}Hello Syahir,
Thank you so much for your answer, and sorry if I sounded too demanding, I know you are not supposed to provide personalised extra support…
The header is appearing fine on the image you sent, the problem must come from my own mobile then…
Everything else seems to be working just fine now, I hope my manager will be satisfied. I will mark the topic as resolved.
Thank you for making this theme and putting all this work into it to help users.
Merci beaucoup !
Admin
You’re welcome!
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.