Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Peter. By “the credits” are you referring to the copyright and development notices in the footer?

    Thread Starter PeterJohnFisher

    (@peterjohnfisher)

    Hi Mr Brown,
    Yes. I just thought the way I have them presented was a little untidy and they could look more ordered.
    Peter

    You might try something like this in your child theme css. May also need a separate media query to position them in mobile views:

    #footer-bottom .grid.one-half {
      width: 82%
    }
    #footer-bottom .grid.one-half.last {
      width: 14%;
    }
    #footer-bottom #copyright,
    #footer-bottom #credit {
      float: left;
      margin-top: 10px;
    }
    #footer-bottom #credit {
      margin-left: 40%;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme credits area’ is closed to new replies.