Couple Questions (Slides in Mobile + centering main menu)
This support request was posted in BBQ by Jazrupt
- Jazrupt May 2, 2013 at 6:26 pm
Hi Juan –
I’ve noticed that in the mobile version of my site that the text overlays for my Slides are not showing up – the slide images are there, but no headline or description text. Do you know how to remedy this?
Also, I’d like to have my menu’s alignment to be centered (y-axis) with my site’s logo – it is currently aligned to the top of my logo. Could you point me in the direction to change alignment? So that is matches the centered alignment seen in the BBQ live preview?
Thanks so much Juan! The BBQ theme has been a perfect fit for my company’s new site design 🙂
Juanfra Aldasoro May 2, 2013 at 6:45 pmHi There,
Thanks for writing 🙂
Yes, when trying the design on different devices we came to the conclusion that the best way to have the slider on mobile devices would be hiding the caption. This is because sometimes the slider caption can be a bit wide and this will cause a lot of trouble for most sites (in other words, would look awkward lol).
If you need to display the slider caption on your site’s mobile version you can try the following CSS:
@media screen and (max-width: 860px) { .flex-active-slide .flex-caption { display: block; } }
With regards to the vertical alignment of the navigation menu, we had something similar to what I’ve explained for the slider’s caption. But you can also try the following CSS:
#navigation{ position: absolute; bottom: 50%; top: 50%; right: 0; }
Thanks for your kind words 🙂
Juan.
Jazrupt May 2, 2013 at 7:29 pmGreat, thanks so much! That worked perfectly for the navigation menu…and I see what you mean by the slider captions, so I’ll leave those as is 🙂
While I’ve got this thread going – any chance there could be an addition of Instagram to the social media widget?
Thanks!
Juanfra Aldasoro May 2, 2013 at 7:53 pmNo problem 🙂
Yes, we’ll be adding some new networks to the social widget (yelp, tripadvisor, urbanspoon, instagram and some more). The new version is around the corner.
Keep updated through twitter @nice_themes
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.