Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #284081
    ReenaD10
    Participant

    Hi! Could anyone please help me regarding a few things on the Footer? I’m using SimClick theme.

    How can I decrease the height of the footer?

    I have a list item on the footer which are linked to various pages on the website. How can I decrease the line height/spacing between list items?

    #284103
    Skandha
    Participant

    @reenad10: Hello there,
    Please remove the height: 230px; code that you have added in the Additional CSS section and add the following Code.

    #tertiary {
        padding: 0 !important;
    }
    .widget {
        margin-bottom: 0 !important;
    }

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    #284172
    ReenaD10
    Participant

    Thank you, Skandha! Is there a way we can remove the white space in the pages between the content and footer?

    #284177
    Skandha
    Participant

    @reenad10: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content .wrapper {
        padding-bottom: 0;
    }
    #content .wrapper .singular-content-wrap .hentry {
        margin-bottom: 0;
    }

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    #284191
    ReenaD10
    Participant

    The space between the footer and content did become smaller but there still is a white space in between.

    #284266
    Skandha
    Participant

    @reenad10: Hello there,
    Can you please let me know on which page you are having the white space?

    Kind Regards,
    Skandha

    #284442
    ReenaD10
    Participant

    Hi Skandha,
    The issue has been resolved. Thank you for taking the time!

    #284457
    Skandha
    Participant

    @reenad10: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/simclick/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

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