Tagged: x
-
AuthorPosts
-
March 30, 2016 at 8:15 pm #859846
Hi guys,
I am working on a site: http://design-munky.com/slingshot/
I would like to fix the sidebar so that it remains static. Can you show me how to do this please?
Also,I would like to modify the text style of the titles in some of the sidebar widgets (eg: the Layerslider title). How, for instance, would I make the LayerSlider Title Bold and Centre aligned with a little more line spacing?
Cheers,
Darren.March 30, 2016 at 8:40 pm #859879Hi Darren,,
Thanks for writing in! We wouldn’t advise making the sidebar fixed as you will not be able to view your sidebar contents if it exceeds the browser window size. Also, to make it work dynamically will need some custom development and this is beyond our scope of support. Thank you for understanding.
Regarding question number two, you can use CSS. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
div#layerslider_widget-2 h4.h-widget { text-align: center; font-weight: bold; line-height: 1.5; }
Hope this helps – thanks!
March 30, 2016 at 10:35 pm #860034Thanks for your prompt response as always.
Understood regarding the static slider, and thanks for the help with the widget title text!
Cheers,
Darren.March 30, 2016 at 10:44 pm #860052You’re most welcome! 🙂
-
AuthorPosts