Viewing 4 replies - 1 through 4 (of 4 total)
  • hi azarrinn,

    First try This.
    ->Go to /Theme Directory.
    ->Open functions.php file.
    ->Find the code “$content_width” and change this to 580.
    Your code should be “if ( ! isset( $content_width ) ) $content_width = 580;”
    ->Save the changes.
    Thats It.

    Thank’s

    Thread Starter azarrinn

    (@azarrinn)

    Perfect, thank you.

    How would I remove the sidebar if I wanted to?

    ->Go to custom css box in your option panel > general tab
    ->Add this code it.
    #sidebar{display:none;}
    ->Save the changes.

    Thread Starter azarrinn

    (@azarrinn)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove page sidebar’ is closed to new replies.