• Hi there,

    At the footer of my page, too many page links shown there. How to show and hide the page link that I want?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @thechinesealien,

    You should be able to add/remove items from the footer menu in Appearance > Menus, but if you’re having trouble finding it or changing the items, let us know and we’ll be happy to help.

    Thread Starter thechinesealien

    (@thechinesealien)

    Hi,

    I need my footer started from ‘ConvertKit Form’ to ‘Search Bar’ to be shown as full width. please advise CSS to make it full width.

    Also, I see small arrow ‘>’ showing besides social media logo. Please advise how to remove the arrows?

    Thank you.

    Hi @thechinesealien,

    You can stretch your ConvertKit form using this CSS:

    .formkit-form[data-uid="e3128091ac"] {
        max-width: 100%;
    }

    And you can hide those arrows like this:

    .jetpack-social-widget-item a:before {
        display: none;
    }

    If you need anything else, just let us know!

    Thread Starter thechinesealien

    (@thechinesealien)

    Added the CSS provided, the form and social media icons are not align to center. Please refer here.
    Please help.

    Hi @thechinesealien,

    That’s correct, the CSS I shared doesn’t have anything to do with aligning the content of the form or your social media icons. 🙂

    Looks like you already figured out the social media icons, nice job!

    The form you can center using this CSS:

    .convertkit .formkit-form {
        margin: auto;
    }

    Hope this helps!

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

The topic ‘Footer’ is closed to new replies.