• Hello Guido,

    i just started my WordPress Blog and i like your “DarkElements” Theme. I just got a problem with the content width, the page only uses kinda half of the screen. Is there anything i can do to change this behavior?
    Thanks for your time!

    Regards

Viewing 1 replies (of 1 total)
  • Theme Author Guido

    (@guido07111975)

    Hi,

    You can change this by using some CSS on the Custom CSS page in the Customizer.

    
    #container {max-width:1000px;}
    

    Change the 1000px to your needs.

    If you also want to change the sidebar:

    
    #content {width:68%;}
    #footer {width:68%;}
    #sidebar {width:22%;}
    

    Change the three values to your needs. Div content and footer should have the same value. Div content/footer + sidebar should be 90% in total.

    Guido

    • This reply was modified 5 years, 7 months ago by Guido. Reason: typo
Viewing 1 replies (of 1 total)
  • The topic ‘DarkElements Content width’ is closed to new replies.