hi,
is there perhaps a way to ensure that the text in the footer area on the following page:
is all on 1 line. Is there perhaps padding i know to add or is there customisation settings?
thanks,
darryn
hi,
is there perhaps a way to ensure that the text in the footer area on the following page:
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.