footer

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #179989
    MeesterGijs
    Spectator
    How do I add text in the bottom footer and move the social icons down. So that logo, text and icons are all aligned? see screenshot
    #180110
    Anshuman Sahu
    Keymaster
    To add please goto wp-admin -> wplms -> footer -> footer text . please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :     @media(min-width:500px){div#footerbottom .col-md-9{     width:35%; }   div#footerbottom .col-md-3 {     width:65%;     text-align:right !important; }}
    #180127
    MeesterGijs
    Spectator
    I did the trick. My last question on this: How do I get the text and the social icons on the same height as logo? see screenshot
    #180251
    Anshuman Sahu
    Keymaster

    please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :

        #footerbottom #footerlogo { margin: -41px 10px 0 0; }
    #180265
    MeesterGijs
    Spectator
    Yes, great!
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘footer’ is closed to new replies.