• Resolved timothymatthews007

    (@timothymatthews007)


    I’ve tried tables and divs to the left and right and everything I can think of, but to make the page look decent I have to reduce the text to such a small value that it becomes unreadable. How can I decrease the page margins in order to get those two to sit side by side and still be readable?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello timothymatthews007,

    i think you need to take different div for events or you can use page builder or other plugins to do that. but i had tried to make as you required.
    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .col-md-8.page-content-wrap.col-md-offset-2 {
        width: 100%;
    }
    @media (min-width: 992px)
    .container {
        width: 100%;
    }
    .col-md-offset-2 {
        margin-left: 10px !important;
    }
    div.wpforms-container-full {
        margin-bottom: 105px;
        float: left;
        margin-right: 29px;
        width: 44%;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter timothymatthews007

    (@timothymatthews007)

    Thank you!! That was absolutely perfect!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get a list of events and a contact form side by side.’ is closed to new replies.