• Resolved Taktik Communication

    (@nucleusgestion)


    Hi guys,

    Since there were no options in the theme, I took out the left sidebar code in the sidebar.php file.

    However, while there is no left sidebar anymore, the main div doesn’t take the whole space

    Where and how can I fix that please ?

    ReseauProMarket.com

    Thank you 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Change this:

    #container {
    	margin-left: 220px;
    	margin-right: 220px;
    }

    to this:

    #container {
    	margin-right: 220px;
    }

    Please note that unless you put these changes in a child theme or separate custom stylesheet, your changes will be overwritten if you update this theme in the future.

    Thread Starter Taktik Communication

    (@nucleusgestion)

    Thank you so much zoonini 🙂

    That’s PERFECT

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make "main div" take whole space ?’ is closed to new replies.