Tagged: x
-
AuthorPosts
-
March 23, 2017 at 12:41 pm #1417991
How can I control the flexslider size?
I would like to change the height of the slider so that it will shrink the contents of the slider down in size.
Thanks and I look forward to your reply.
Aaron
March 23, 2017 at 2:44 pm #1418123Hi Aaron,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks
Joao
March 23, 2017 at 2:48 pm #1418126This is the URL: https://softwarepromo.staging.wpengine.com/news/
March 23, 2017 at 10:52 pm #1418583Hello Aaron,
We can use the following CSS in order to adjust the sidebar slider size. Add it on Appearance > Customize > Custom > Edit Global CSS:
div#advanced_text-4 .x-flexslider .x-slides img { width: 80% !important; } div#advanced_text-4 .x-flexslider { max-height: 250px !important; }
When adjust height, we need to adjust image width to so it will not overflow.
Hope this helps.
March 24, 2017 at 5:25 pm #1419600Thank you.
March 24, 2017 at 10:19 pm #1419803You are most welcome. 🙂
-
AuthorPosts