Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1346684

    Hi Support
    How do we make the Footer Socket Text larger (in the Copyright section)
    eg © IESSB ™ ® – Website by Find Net Solutions

    Thanks you for your help

    Dave

    #1346724

    Hi Dave,

    Please try the following in Quick CSS under Enfold->General Styling:

    #socket .copyright {
      font-size: 14px;
    }

    Best regards,
    Rikard

    #1348017

    Fantastic Rikard
    What is the CSS to even the Footer Socket up and make the Footer Socket Menu and the Icons the same size or just adjust the size.

    Thanks again

    You are awesome :)

    #1348055

    Hi,

    Thanks for the update. Please try this CSS as well:

    nav.sub_menu_socket .avia-menu-text, #socket .social_bookmarks a:before {
      font-size: 14px;
    }

    Best regards,
    Rikard

    #1356518

    Hi
    When viewing on a mobile device…

    How do we add padding top and bottom of the Footer Socket Menu buttons. As the menu links sit on top of each other when on 2 lines.

    Cheers Dave

    #1356527

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    #avia3-menu a {
      line-height: 24px; 
    }
    }

    Best regards,
    Rikard

    #1356561

    Awesome thanks :)

    #1356565

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Making Footer Socket Text larger’ is closed to new replies.