• Resolved toshocorp

    (@toshocorp)


    Hey,

    I made a custom desing for a client based on your awesome theme ??
    The site is shredded-pumped.com/

    On the desktop version everything looks as my client wants. But on mobile device the sidebar is falling under the whole wrapper. How can I make the sidebar stays like on the desktop? I read that I cannot disable the responsive design of the theme.

    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    I certainly don’t recommend this. I strongly suggest using a responsive layout. But based on all the css hacking you have in the site you can add this at least and you’ll get more of the results your wanting:

    .main{
            float: left;
    }
    .kad-sidebar {
        width: 25%;
        float: left;
    }
    body {
        overflow-x: scroll;
    }

    Kadence Themes

    Thread Starter toshocorp

    (@toshocorp)

    Thank you so much! ??

    I prefer using responsive layout too and not to mess with the css like that, but my client is very overweening and he wants to use his design no matter what… so yeah.

    Thank you again! You are awesome! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixed sidebar’ is closed to new replies.