• Resolved shanadm

    (@shanadm)


    Hello

    I’m working on this site “www.davidsport.be” and i have a little problem with the contact page: https://davidsport.be/contact/.
    I’ve worked with two columns and an overlay but there seems to be a problem with the width of both. As you can see the buttons and words don’t fit within the overlay.
    This is the code i’ve used:

    <div style=”width: 40%; padding: 0 10pt 0 0; float: left;”>

    <div class=”overlay aligncenter”>
    <h3 style=”text-align: center;”><i class=”fa fa-phone”></i> Telefoon</h3>
    <p style=”text-align: center;”><span style=”color: #ffffff;”>059/27 78 58</span></p>

    <h3 style=”text-align: center;”><i class=”fa fa-location-arrow”></i> Adres</h3>
    <p style=”text-align: center;”><span style=”color: #ffffff;”>Nieuwpoortsesteenweg 29</span>
    <span style=”color: #ffffff;”> 8470 Gistel</span>
    <span style=”color: #ffffff;”> Belgi?</span></p>

    <h3 style=”text-align: center;”><i class=”fa fa-calendar”></i> Openingsuren</h3>
    <p style=”text-align: center;”><span style=”color: #ffffff;”>Maandag: 13.00-18.00</span>
    <span style=”color: #ffffff;”> Dinsdag-vrijdag: 8.30-18.00</span>
    <span style=”color: #ffffff;”> Zaterdag: 8.30-18.00</span>
    <span style=”color: #ffffff;”> Zondag: Gesloten</span></p>

    <h3 style=”text-align: center;”><i class=”fa fa-envelope-o”></i> Email</h3>
    <p style=”text-align: center;”><span style=”color: #ffffff;”>[email protected]</span></p>

    <h3 style=”text-align: center;”><i class=”fa fa-facebook-official”></i> Facebook</h3>
    <p style=”text-align: center;”><span style=”color: #ffffff;”>David sport</span></p>

    </div>
    </div>

    <div style=”width: 40%; padding: 0 10pt 0 0; float: right;”>

    <div class=”overlay aligncenter”>
    <h3 style=”text-align: center;”><i class=”fa fa-comments”></i> Contact</h3>
    <p style=”text-align: center;”><span style=”color: #ffffff;”>Heb je een vraag of heb je ons advies nodig? Contacteer ons dan gerust via volgend formulier.</span></p>
    <p style=”text-align: center;”>[contact-form][contact-field label="Naam" type="name" required="1"/][contact-field label="E-mail" type="email" required="1"/][contact-field label="Reactie" type="textarea" required="1"/][/contact-form]</p>

    </div>
    </div>

    Thanks in advance!

  • The topic ‘change width of overlay or columns’ is closed to new replies.