• On my site in the footer, I have all of my website security seals in place. So far I have them placed in a footer widget. I would like to put them in the bottom under the images of the payment types that are available (in what my theme calls the copyright area). I would like them to line up in a line like the payment gateway images but I am not sure how to make them inline since the codes are using a scripting format that is foreign to me (it’s not just a link then an img src). Here is my website so you can take a look: https://www.seasaltpaperie.com/

    If I can’t change it or if it is going to be a hassle that is okay.

Viewing 1 replies (of 1 total)
  • You can at least have them line up in a row, but it will be harder to have them at the bottom.

    You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try adding this to the end of your child theme’s style.css:

    #text-6 { width: 100% !important; }
    #text-6 .textwidget a { float: left; }

Viewing 1 replies (of 1 total)
  • The topic ‘Layout Script Images’ is closed to new replies.