• Resolved kaj1976

    (@kaj1976)


    I am trying to center the copyright information in the center of the lower black footer box. It looks like it is centering currently but only to the left most footer element. Can anyone help with the code needed to center overall?

    I upgraded to the new version today and this seems to be the last piece I need to work on.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @kaj1976

    I guess you can’t control on panel this for that you need to change some code on footer.php

    Search on footer.php this
    class="copyright-developer col-md-4
    Change with that
    class="copyright-developer col-md-12

    After that will be looks like this ??
    Screen Shot

    @silverks check this issue. I thing next version need this ?? Optional footer

    Thread Starter kaj1976

    (@kaj1976)

    Perfect! Thank you for the quick response.

    Theme Author silverks

    (@silverks)

    You can do this with Additional CSS option, without modifying the theme files (which will be overridden when you update the theme). Example:

    
    .copyright-developer {
       width: 100%;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Copyright Placement’ is closed to new replies.