Okay
  Public Ticket #2452036
css for footer
Closed

Comments

  •  2
    proctermj started the conversation

    Hi ,

    I would like to centre the content of footer1 as shown in the attached image.

    Can you advise how best to achieve this.

    Thanks

    Mike

  •  2,979
    Andrew replied

    Hi Mike,

    Use the following custom css in Salient > General settings/ CSS/Script related:

    #footer-outer .col #media_image-6 {
        text-align: center;
    }
    

    Hope this helps.

  •  2
    proctermj replied

    Hi Andrew,

    Thanks for the quick response - much appreciated.

    This works fine, however, there is another widget image #media_image-5 as well in the same footer so I have added a similar line and this also works fine.

    Is it, however, posssible to include multiple images in 1 line or do they need a line for each?

    Regards


    Mike

  •  2,979
    Andrew replied

    Hi Mike,

    The following custom css can center all images without having you to add new css with image id.

    #footer-outer .col .widget_media_image {
        text-align: center;
    }
    

    Thanks.

  •  2
    proctermj replied

    Hi Andrew,

    Really helpful - works fine.

    This ticket can now be closed

    Many Thanks


    Mike