Viewing 6 replies - 1 through 6 (of 6 total)
  • Sayan Naskar

    (@sayannaskar)

    There is a <div> tag after the forth logo with the class “clear” remove that <div> then make adjustment in the width and margins of the logos tags. If you require I can help with the exact css.

    Thread Starter beltanconsultancy

    (@thetraininglady)

    I have removed the <div> from the code. I have 5 logos showing on the home page now but they are going over 2 lines so I’m not sure which part of the CSS i need to adjust. Are you able to point me in the right direction.

    Sayan Naskar

    (@sayannaskar)

    Hi,
    Use this css in the bottom of your style.css or in the child theme if you have one.
    .logos_wrap img {
    width: 20%;
    margin: 30px 0;
    padding: 0 10px;
    }

    img.hcf_l, img.hic_l {
    width: auto !important;
    }

    Thread Starter beltanconsultancy

    (@thetraininglady)

    If i set this :

    img.hcf_l, img.hic_l {
    width: auto !important;
    }

    The logos become huge.. They are all over the place. I still cannot get them all onto 1 line.
    The other option is that i can have the smaller 4 logos vertical above each other and have it over 3 columns.

    Is there an easier way of doing this??

    Thread Starter beltanconsultancy

    (@thetraininglady)

    Thank you @sayannaskar for your help with this.

    I ended up creating a new custom widget area, added the images using the image widget option and it’s all sorted now.

    Sayan Naskar

    (@sayannaskar)

    Great to hear that! You are most welcome.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add 5th logo to homepage’ is closed to new replies.