Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #859846

    DesignMunky
    Participant

    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.

    #859879

    John Ezra
    Member

    Hi 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!

    #860034

    DesignMunky
    Participant

    Thanks for your prompt response as always.

    Understood regarding the static slider, and thanks for the help with the widget title text!

    Cheers,
    Darren.

    #860052

    John Ezra
    Member

    You’re most welcome! 🙂