• Resolved inferno91

    (@inferno91)


    Hey guys,

    Like the title say, I would like to excend the website width,
    I think the normal one is 800px. Can I make bigger?

    Thanks ??

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @inferno91
    sure! The normal website width is 930px but you can use a custom CSS code to extend it, go to your WordPress Dashboard under “Appearance-> Customize-> Additional CSS” and paste this code into the box:

    
    .site-content, .site-footer {
    	max-width: 1024px;
    }
    

    Just change the “max-width” value with the width you prefer ??

    Best Regards,
    CrestaProject

    Thread Starter inferno91

    (@inferno91)

    Thank you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website Width’ is closed to new replies.