Support » Theme: Ribosome » Full width post, no sidebar

  • Resolved vipcn1

    (@vipcn1)


    how can I remove the sidebar and resize the content to full width without screwing up the responsiveness?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello vipcn1,
    Your question is very good and could help many others using the Ribosome Theme.
    I downloaded and checked your queries. I did see that there was no effect on responsive design after re sizing the content to full width.
    You can change it, from my point of view.

    Please, try the change and post how it goes.
    Good luck and thankyou.
    bplv

    Theme Author galussothemes

    (@galussothemes)

    Hi vipcn1,

    Go to Appearance > Editor, select the custom-style.css file, paste the following code and save the changes:

    .widget-area {
    display:none;
    }
    .site-content {
    width:100%;
    border:none !important;
    }

    Regards.

    very good

    Thank you, this was exactly what I needed, too.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full width post, no sidebar’ is closed to new replies.