• Hi There,

    I am working on a website (https://prevent-alzheimer.net/?page_id=42&lang=en) for a research group and for some reason the sidebar on the home page is getting squished to the side of the page.
    The front page is a Static front page, and in “templates” it is “normal” rather than “front page” using the “portfolio” and “Services” sections etc.

    Any clues as to why this squishing is happening?

    Thanks

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

    Please go to the Dashboard > Appearance > Customize > Additional CSS setting then add this CSS code:

    .home #secondary {
        width: 100%;
    }

    Thanks!

    Thread Starter renukagiles

    (@renukagiles)

    Hi sarojaccess,

    Thanks for your help!

    I have implemented the CSS you have me, but I found when width: 100% the sidebar was just showing up below the page. I have edited the CSS you provided and am now using

    .home #secondary {
    width: 50%;
    }

    however, the sidebar is still showing up below the page content and not beside it like a true sidebar. Do you have any further advice?

    Thanks!

    Hi there,

    Please send this issue to our support mail [email protected], Our tech. support team will fix your issue.

    Thanks.

    Thread Starter renukagiles

    (@renukagiles)

    For future users, the css I used that fixed this issue is as follows:

    aside#secondary {
    width: 100% !important;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Static front page sidebar not formatted correctly’ is closed to new replies.