badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Enlarge container on main page to full width of browser

#41975

Hi Laura,

Are you want to enlarge the baby photo from left to right as a full width.
For that you have to add custom CSS code. Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

#main.container {
    max-width: 100%;
}

Thank you!