New Landing How can we help? Themeforest Theme Support Dante Centre Copyright Text in Footer

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #41092
    jon4700
    Member
    Post count: 14

    Hi,

    This has been bugging me for a while now, I have searched here and themeforest and not turned up a solution. How do I centre the copyright text in the footer? All the usual methods I’ve tried have not worked, is there a special bit of magic I need to perform?

    Many thanks for your help!

    #41198
    Frank-Peter
    Member
    Post count: 14

    Hi John4700,

    in the style.css line – 5202 you found this:

    
    #copyright p {
        float: left;
        font-size: 11px;
        line-height: 24px;
        margin-bottom: 0;
    }
    

    you can change it to this:

    
    #copyright p {
        font-size: 11px;
        line-height: 24px;
        margin-bottom: 0;
        text-align: center;
    }
    

    to the footer menu align center – you can ad in style.css line 5211 this:

    
    #copyright nav .menu {
        margin-left: 500px;
    }
    

    you can do it – remember this is that the fact the footer menu shifts a line under the copyright – see picture notes

    best regards
    peter

    #41413
    jon4700
    Member
    Post count: 14

    Peter, thank you SO much, you’ve really helped me out here. I appreciate it. It worked perfectly, first time. Great explanation, thanks!

    #41418
    Frank-Peter
    Member
    Post count: 14

    Hello jon4700,
    I’m glad this is my English course – a long time ago when I was learning it.

    nice if I could help

    best regards
    peter

    #41798
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks for the help Peter! Best to add that css to the custom css box within theme options so that it sticks with updates!

    – Ed

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register