Home › Forums › All Other Themes › SKT Startup Pro Theme slide image resolution
- This topic has 8 replies, 2 voices, and was last updated 7 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
August 9, 2017 at 9:56 am #80576
Hi,
Theme – SKT Startup Pro
I want to change the default resolution of sliders from 1400 * 746 to 1400 *300.
Now after change there is some empty space coming below images, how to remove it.. thanksSite Link – www.360skills.in
Thanks
DheerajAugust 9, 2017 at 12:44 pm #80581Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#slider { min-height:285px !important;}
Regards,
DaveAugust 9, 2017 at 12:54 pm #80584Hi, It worked. thank You.
Can we get the Text (Title, Description, Read More, URL) Below image i.e below image… out of 1400 * 300.
On Image the text is not much visible..August 9, 2017 at 12:59 pm #80586Hi,
Remove
#slider { min-height:285px !important;}
And add
#slider { min-height:440px !important;}
Regards,
DaveAugust 9, 2017 at 1:03 pm #80590Hi Dave,
Thank you for quick revert.
it is now working fine on desktop but a lot of space is coming on mobile screen / small screen.Thank you in advance.
August 9, 2017 at 1:16 pm #80594Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { #slider { min-height:236px !important;} } @media screen and (min-width:480px) and (max-width:767px) { #slider { min-height:251px !important;} } @media screen and (min-width:768px) and (max-width:1023px) { #slider { min-height:300px !important;} }
Regards,
DaveAugust 9, 2017 at 1:26 pm #80595Hi Dave, Thanks.
Do we need to add more such ranges. on some screens it is still overlapping or space is coming up..
on my mobile space is still there and also rotating circle is coming up.Thanks.
August 10, 2017 at 8:12 am #80640Hi Dave , waiting for your suggestion/ workaround on same.
Thanks
DheerajAugust 10, 2017 at 1:31 pm #80668Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { #slider { background:none !important;} }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.