• Resolved jessica31

    (@jessica31)


    Hello !
    I would like to know how to show the sidebar on right (not below my content) as the pc theme on mobile and tablet theme ?
    I just want to have the same design on pc, tablet and mobile.
    Thank you ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Fotis

    (@markwaregr)

    Hi there,
    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    @media (max-width:768px) {
        .col-md-8 {
            width: 50%;
            display: inline-block;
        }
        .col-md-4 {
            width: 50%;
            float: right;
            padding-top: 38px;
        }
    }
    

    in the box.

    Let me know if this works

    Thread Starter jessica31

    (@jessica31)

    Hi !
    Yes it works !
    (I just have changed each width % to optimize the design).
    Thank you very much !!!
    ??

    Fotis

    (@markwaregr)

    Hi there,
    glad I could help!

    Please mark this as resolved if everything went ok.

    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

    Thread Starter jessica31

    (@jessica31)

    Ok I’ll do it !
    Thanks again !

    Fotis

    (@markwaregr)

    Hi there,
    Thank you!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show sidebar on mobile and tablet theme’ is closed to new replies.