• Resolved hrvbaby25

    (@hrvbaby25)


    Hi,

    Can someone please tell me how to increase the margins in the template? Right now, I am using an optin form that does not allow for size adjustments so I have to make the travelify template wider. Here’s the link so you can see how the form is squeezed in. If there is coding, can you tell me the exact code and where to place it?

    https://hudsonrivervalleybaby.com/2016/05/19/stories-for-babies/

    Thank you for your help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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

    Thread Starter hrvbaby25

    (@hrvbaby25)

    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. https://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.

    Thread Starter hrvbaby25

    (@hrvbaby25)

    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;
    }
    Thread Starter hrvbaby25

    (@hrvbaby25)

    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 ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Increase Margins’ is closed to new replies.