Placing text all on 1 line in main footer / "powered by" area

hi,

is there perhaps a way to ensure that the text in the footer area on the following page:

https://myopinions.co.za/

is all on 1 line. Is there perhaps padding i know to add or is there customisation settings?

thanks,

darryn

Hello Darryn,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

footer.x-colophon.bottom .x-colophon-content {
    display: -webkit-inline-box;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thanks Prasant,

Much appreciated!!!

Regards,

Darryn

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.