• Resolved Raradra

    (@raradra)


    Is it possible to know how to swap the sidebar from the right to the left side of the page?

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

    (@worthingtech)

    Can you post a link to your site please?

    Thread Starter Raradra

    (@raradra)

    https://writedge.com/

    sidebar doesn’t show on front page which is fine, just individual posts.

    Tareq

    (@worthingtech)

    Go into Appearance -> Customise -> Other Settings (on the left at the bottom) and paste this into your Custom CSS.

    .single.has-sidebar .content-area {
    	float: right;
    	margin-right: -34%;
    	width: 100%;
    }
    .single.has-sidebar .widget-area.sidebar {
    	float: left;
    	margin-right: -23rem;
    	width: 22rem;
    }

    Navigate to a post within the customise area, and make sure it’s in the correct position for you, then save your edited CSS.

    Tareq

    (@worthingtech)

    Without custom styles: Screenshot 1

    With custom styles: Screenshot 2

    Thread Starter Raradra

    (@raradra)

    Thank you so much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar location’ is closed to new replies.