Home › Forums › All Other Themes › Architect Pro Responsive Slider Title
- This topic has 10 replies, 2 voices, and was last updated 7 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
November 28, 2016 at 11:43 pm #54180
Hi Guys,
On Architect Pro the slider text is blank on mobile view. Do you have Custom CSS to allow just the slider title to be seen on mobile view? Obviously in smaller font size.
Thanks
Derek
November 29, 2016 at 6:21 am #54223Hi Derek,
Kindly show us your website URL.
Regards,
BradNovember 29, 2016 at 8:34 am #54248Hi Brad,
I’m testing all the features on this site before I implement it elsewhere.
http://derekddesigns.ie/
Thanks
November 29, 2016 at 9:31 am #54256Hi Derek,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:479px){
.nivo-caption{width:95% !important; bottom:0 !important;}
.nivo-caption, .nivo-controlNav{display:block !important;}
.slide_info p{margin:0 !important; font-size:10px !important;}
.slide_info h2{font-size:20px; line-height:20px;}
.slide_info h2 span{font-size:15px;}
}Regards,
BradNovember 29, 2016 at 9:43 am #54260Hi Brad,
That gave me the title, sub title, description and buttons and none of them fit correctly.
I only want the title to be displayed on mobile and that’s it.
Can you check this out for me? I’ve left the code in so you can see for yourself.
Thanks
November 29, 2016 at 10:04 am #54261Kindly remove the previous code.
Regards,
BradNovember 29, 2016 at 10:05 am #54262Hi Brad, I’ve removed it now. Thanks
November 29, 2016 at 10:25 am #54267Hi Derek,
Add this code:
@media screen and (max-width:479px){
.nivo-caption{width:95%;}
.nivo-caption, .nivo-controlNav{display:block !important;}
.slide_info .slidebtn{display:none !important;}
.slide_info p{display:none;}
.slide_info h2{font-size:25px !important; line-height:25px;}
.slide_info h2 span{font-size:15px !important;}
}Regards,
BradNovember 29, 2016 at 10:41 am #54275Thanks Brad, that looks great on mobile, though when I put my phone sideways it disappears. Will I just increase the max width until it shows on screen?
November 29, 2016 at 10:46 am #54280Yeah that worked by increasing the max width.
Thanks Brad, much appreciated.
November 29, 2016 at 10:57 am #54284🙂
-
AuthorPosts
- The topic ‘Architect Pro Responsive Slider Title’ is closed to new replies.