• Resolved Anonymous User 8845258

    (@anonymized-8845258)


    I have chosen the right sidebar layout under Theme Option – General.

    but the sidebar appears below instead next to the content. the width of the themes is 1200px. the footer is displayed correctly. on what can be wrong? the side is: https://www.malspiel.org

    thanks very much and kind regards

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi there,

    Thanks for writing in,

    Upon checking, I found that you are using full width in your post so to resolve that please go your Posts > All posts > full width as per shown here: https://prntscr.com/7kbgrd. After disabling the full width you will get the side bar right next to the content https://prntscr.com/7kbfsx.

    Hope this helps!

    Thanks.

    Thread Starter Anonymous User 8845258

    (@anonymized-8845258)

    Hello ??

    Yes at the posts we want no sidebar. ONLY on the home page. Is that not possible?

    Kind regards

    Hi there,

    If you wish to achieve that so you can add following code under Appearance > Theme Options > Custom CSS:

    .page #secondary {
      display: none;
    }
    
    .page #primary {
      width: 100%;
    }

    Thanks.

    Thread Starter Anonymous User 8845258

    (@anonymized-8845258)

    hmm, that not working?

    All posts are “full width” YES
    Custom Css with your Code.

    On the Blog Page with all new posts the sidebar is currently below the posts.

    On the Posts the sidebar is not showing.

    Hi there,

    You must shouldn’t select full width option on your main blog page (home page) and the rest will go all accord to your requirement.

    Thanks.

    Thread Starter Anonymous User 8845258

    (@anonymized-8845258)

    Yes, that’s clear to me. But it works not.

    The settings are:

    Select a Layout: I choose this one with one right sidebar

    Layout Style: Boxed

    Layout Width: 1200

    Hi there,

    Please add the following code under Appearance > Theme Options > Custom CSS:

    .home #primary {
      width: 66.66667% !important;
    }

    Thanks.

    Thread Starter Anonymous User 8845258

    (@anonymized-8845258)

    Perfect! Thank you very much!! It works!

    Kind regards Mary

    You’re welcome! ??

    Is it possible to do this for a specific page that is not the Home page? I have just one page page that I don’t want the sidebar to show but it isn’t the home page.

    Hi Scarlett,

    Thanks for writing in,

    Yes this is possible. Firstly, I’d require your website URL and the page you don’t want to show the sidebar. So I’ll provide you the solution to resolve that.

    Thanks.

    Thread Starter Anonymous User 8845258

    (@anonymized-8845258)

    .

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Sidebar is below the content instead of right’ is closed to new replies.