Hi @hrvbaby25,
I hope you are well today and thank you for your question.
Are you talking about the form having title “FREE! Explore this Fun Activity Book with Your Baby!” that is displayed on your shared page?
If yes then please tell me or share me the screenshot of how you want it to display so that i can help you?
Kind Regards,
Movin
Hi Movin,
Yes. I am talking about this form with the blue banner. Here is a page on my site where the form is at it’s full width because I’ve eliminated the side bar and the words are not squished. http://hudsonrivervalleybaby.com/2016/05/05/happy-cinco-de-mayo/
Since this form is on blog pages, I would like to include the side bar without the form looking squished.
Thanks so much for getting back to me!
We can’t make the form more wide on the page having sidebar because it’s maximum width allowed in the content area.
Hi Movin,
Are you saying that the margins on the travelify template cannot be increased wider?
Yes we can increase it by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Travelify Other Options
div.wrapper {
max-width: 1200px;
}
div#main {
max-width: 1140px;
}
Thank you!
I used the code you gave and had to increase the numbers a little more.
Thanks for helping out!
You are most welcome here 🙂