• Resolved yvesdep

    (@yvesdep)


    Hi,
    I like the theme and the vertical menu, but : is there a way to completely hide the Search/Social media column throughout the site ?
    Thank you
    –yves

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    You can simply hide Search/ Social Media column by applying these additional CSS as follows:

    
    .sidebar.s2.group {
        display: none;
    }
    

    I hope this works well.

    Regards,
    Ruchit

    Thread Starter yvesdep

    (@yvesdep)

    Thank you so much.

    BTW : is there an option to keep the menu to the left and add a right sidebar to the homepage ?

    –yves

    Yes

    You can move Search and social media widget to right by applying margins and applying position relative to side bar and post-wrapper position to absolute you will get following preview: https://prnt.sc/sgohrj

    Regards,
    Ruchit

    Thread Starter yvesdep

    (@yvesdep)

    Wonderful.

    Thank you !

    –yves

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removin the social media column’ is closed to new replies.