January 29, 2016 at 6:27 am
#41975
Theme Horse Support Team
Keymaster
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!