1: Add this into the Custom CSS box located in your Salient Options panel :
@media only screen and (max-width: 1000px) and (min-width: 1px) {
html body header#top #logo img {
height: 45px!important;
margin-top: -12px!important;
}
}
2 ,3 : Please try using the Flexible Slider Height option in Nectar Slider.
Also when using the flexible slider height option you have to enter the slider height based on how big your images would be at 1600px width - this will ensure the scaling is perfect with no clipping. To find the correct height for your images use this: http://andrew.hedges.name/experiments/aspect_ratio/ . The default width for images is 1600px so for example a image that is 1904 x 738px would be converted to 1600 x 620px if scaled down. Therefore slider height would be set to 620 px .
The flexible slider height option makes the Nectar Slider respond perfectly to ensure there's no clipping on any view - leaving it off will cause the height of the slider to change only once per every viewport change (desktop, ipad, mobile) and clip variously between them.
Thanks
The CSS for the logo has fixed the logo issue. So that's great. Thanks for that.
The notes about the slider didn't work. The images in the slider respond ok (would actually prefer clipping so the images stay big) but the text and buttons in the slider become really small in the mobile. I need them to stay a fixed size so they remain consistent with the rest of the site.
The root issue is the slider height is too small on a mobile device. The CSS you've provided allows me to adjust only the text (unless I'm missing something).
Here's the code I've used for my 2 sliders. Attached are how they look on a small mobile screen e.g. iPhone 4S.
If the slider heights gets too low please set a minimum height as well. The css provided is indeed for the text. Try changing its values if you feel the need so.
Hi
I installed Salient on the URL provided. The site looks great on the desktop but on mobile the following things don't render correctly:
1) Logo - its very small compared to the rest of the site
2) The top slider - badly rendered and very small
3) The bottom slider - badly rendered and very small
Thanks
Hey!
1: Add this into the Custom CSS box located in your Salient Options panel :
2 ,3 : Please try using the Flexible Slider Height option in Nectar Slider.
Also when using the flexible slider height option you have to enter the slider height based on how big your images would be at 1600px width - this will ensure the scaling is perfect with no clipping. To find the correct height for your images use this: http://andrew.hedges.name/experiments/aspect_ratio/ . The default width for images is 1600px so for example a image that is 1904 x 738px would be converted to 1600 x 620px if scaled down. Therefore slider height would be set to 620 px .
The flexible slider height option makes the Nectar Slider respond perfectly to ensure there's no clipping on any view - leaving it off will cause the height of the slider to change only once per every viewport change (desktop, ipad, mobile) and clip variously between them.
Thanks
ThemeNectar Support Team
Hi
The CSS for the logo has fixed the logo issue. So that's great. Thanks for that.
The notes about the slider didn't work. The images in the slider respond ok (would actually prefer clipping so the images stay big) but the text and buttons in the slider become really small in the mobile. I need them to stay a fixed size so they remain consistent with the rest of the site.
Thanks
Can you tell me the settings of the 2 sliders called "This is Salient" and "Ready to Stand Out" on your demo page with layout style set to Boxed? http://themeforest.net/item/salient-responsive-mul...
Looks like I basically just need to replicate these settings to fix my mobile problem with the slider text being unreadable.
Hey!
Add this into the Custom CSS box located in your Salient Options panel :
Thanks
ThemeNectar Support Team
Cool thanks for that. I'm still not getting the same results as http://themeforest.net/item/salient-responsive-mul...
What are the rest of the associated settings for those 2 sliders?
Hey!
If you want it exactly like the demo use this css instead:
Thanks
ThemeNectar Support Team
That didn't work = (
The root issue is the slider height is too small on a mobile device. The CSS you've provided allows me to adjust only the text (unless I'm missing something).
Here's the code I've used for my 2 sliders. Attached are how they look on a small mobile screen e.g. iPhone 4S.
Top Slider - [nectar_slider full_width="true" parallax="true" location="Our awesome slider" slider_transition="slide" flexible_slider_height="true" slider_height="635" autorotate=""]
Bottom Slider - [nectar_slider full_width="true" flexible_slider_height="true" location="Our expertise" slider_transition="slide" autorotate="" slider_height="400"]
NB: I have to specify the slider_height value otherwise they sliders are too big on the desktop.
Hey Again!
If the slider heights gets too low please set a minimum height as well. The css provided is indeed for the text. Try changing its values if you feel the need so.
Thanks
ThemeNectar Support Team
That works.
Thanks!