How to center the footer links menu

This topic contains 4 replies, has 2 voices, and was last updated by  directoryfan 6 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #421418

    directoryfan
    Expired Member
    Post count: 157

    Hello Support and Community,

    I try to get the paragraph with copyright and the div with the footer links menu both centered in the Supreme Directory theme.

    The paragraph is easy to get centered by giving it width=100%, but with the div.ds_footer_links I need some help to get it centered under the copyright.

    Greetings, Marius

    #421454

    Kor
    Moderator
    Post count: 16516

    Hi Marius,

    Looks like you needed help with custom CSS. Could you please share the URL of the site in question so that I could take a better look at it?

    Thanks!

    #421461

    directoryfan
    Expired Member
    Post count: 157
    This reply has been marked as private.
    #421544

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS

    
    
    .footer-links-active .ds_footer_links {
        float: none!important;
        clear:both!important;
        margin: 0 auto!important;
        width:500px!important;  
       
    }
    #421546

    directoryfan
    Expired Member
    Post count: 157

    Thank you Kor, this looks great now.
    Marius

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket