• Hi,

    I don’t no why, but the “question page” don’t take full width.

    If i create another page with short code, i can have full width but if i delete the official and choose the new for “question page” it stop to take full width aslo.

    You can see the difference with the official “question page” and the news i create and put in principal menu.

    I use Astra theme:
    https://fr.wordpress.org/themes/astra/

    Thank’s

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi,
    You can add the following code to the style.css file:

    
    body.list-dwqa-question .secondary {
        display: none !important;
    }
    
    .list-dwqa-question #primary {
        width: 100%;
    }
    

    Note: I think you are using the default page template, you can custom a page template full width no sidebar.

    Regards,
    DesignWall team.

Viewing 1 replies (of 1 total)

The topic ‘Strange problem with Astra Theme’ is closed to new replies.