• Hi

    Pleased can you assist me with the code to align the contact details on the side bar.

    you have helped me previous with this, which worked.

    I had to change the address on the contact details, so first two rows align perfectly, but the 3rd line is completely out.

    Please see https://www.corhalo.co.za

    thanks

    Di

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello
    Add the following custom CSS to customize-> Additional CSS

    contact-data span {
        margin-bottom: 20px;
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter icestorm22

    (@icestorm22)

    Hi Poonam

    Thank you for getting back to me.

    I tried inserting what you suggested, im not sure if i am doing something wrong, but it doesnt seem to be working.

    I already have additional code inserted in the custom CSS, not sure if that is stopping the above code from working.

    this is what i have in the CSS, not sure if something needs to be changed with one of these?

    .contact-data {
    clear: left;
    overflow: hidden;
    }
    .contact-data span {
    display: block;
    margin-bottom: 5px;
    width: 15%;
    float: left;
    }
    <span style=”color: #9496a2; font-size: 10pt;”>We are available to answer any questions that you may have regarding our products and services. Reach out to us and we’ll response promptly.</span>

    Only change the margin-bottom: 5px; to margin-bottom: 20px; in your above code.

    Thread Starter icestorm22

    (@icestorm22)

    thank you ?? it worked.

    one more question, is it possible to adjust the spacing between the address, contact number and email?

    since there is more info in the address slot, it looks like everything is on top of each other.

    or would suggest doing something slightly different?

    would it be possible to move the icons around, maybe start with email, contact the address?

    thanks

    • This reply was modified 7 years, 8 months ago by icestorm22.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘align contact details on side bar’ is closed to new replies.