Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #171514

    Hi , this is a simple question. How do I center the copyright information ?

    I don’t have a menu in the socket. Thanks

    #172327

    Hi dsgnerfw!

    Try adding this to your Quick CSS field in the styling options of the theme options:

    
    .sub_menu_socket {
        display: none;
    }
    #socket .copyright {
        text-align: center;
        width: 100%;
    }
    

    Best regards,
    Devin

    #172332

    Thanks Devin , it works now ! I used this code earlier

    >
    #socket .copyright {
    text-align: center;
    width: 100%;
    }

    <<< but didn’t know that sub menu was causing the problem =)

    #172336

    Yep, just gotta clear it out of the element from being rendered so the copyright can expand to fill the whole space.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Copyright’ is closed to new replies.