Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #514095

    Hi,

    I have a few issues with the footer.

    1. How do I reduce the padding on the top and bottom?
    2. How do I make it so the text is not all caps but what I type in the name box in the widget?
    3. How Do I move these social icons up (see screenshot)

    #514214

    Hey mcraig77,

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

    1.

     #footer {
        padding: 15px 0 0px 0 !important;
    }

    2.

     #footer .widgettitle {
        text-transform: none !important;
    }

    3.

    #cnss_widget-2 {
        margin: 0px 0 0px 0 !important;
    }

    Best regards,
    Rikard

    • This reply was modified 9 years, 1 month ago by Rikard.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.