• Closed
  • Nik Nanos
    Participant
    September 25, 2017 at 7:23 pm #34883

    Hi,

    We have a formatting issue with the content boxes on our Live Data Portal Page using Evolve Plus.

    When the screen is narrow the images are centred over the title and text.

    See here: https://prnt.sc/gpk5ag

    However, when the screen is wider the images shift to the left of the text and it looks quite odd.

    See here: https://prnt.sc/gpk5dw

    When creating these using the shortcode the only option was to have the image above text, but we assumed it would always be centered.

    Is there custom CSS or something we should do to ensure that the pictures and writing move together when the screen is wider?

    Thank you.

    vaibhav
    Spectator
    Posts: 287
    September 26, 2017 at 8:09 am #34886

    Hi,

    In content boxes shortcode check below options and set value in px
    Icon Image Width
    Icon Image Height

    Thank you

    Nik Nanos
    Participant
    Posts: 74
    September 26, 2017 at 3:20 pm #34890

    Hi,

    Yes, they are all set to the same width x height in px. The issue isn’t that they grow or shrink, the issue is that they shift to the left instead of remaining centred over the text when the page itself is made wider.

    Thanks

    vaibhav
    Spectator
    Posts: 287
    September 27, 2017 at 7:15 am #34900

    Hi,

    Please give your wp-login details in private reply for check your issue.

    Thank you

    Nik Nanos
    Participant
    Posts: 74
    September 27, 2017 at 4:15 pm #34911
    This reply has been marked as private.
    vaibhav
    Spectator
    Posts: 287
    September 28, 2017 at 8:29 am #34915

    Hi,

    We have solved your issue, Check your site
    In your issue, we have put below custom css in your additional css area
    .col .heading img {
    float: none;
    margin: 0 auto;
    }

    Thank you

    Nik Nanos
    Participant
    Posts: 74
    September 28, 2017 at 2:28 pm #34921

    Perfect, thank you for your help!

    vaibhav
    Spectator
    Posts: 287
    September 29, 2017 at 7:13 am #34926

    You are welcome 🙂