Title: Footer
Last modified: June 4, 2020

---

# Footer

 *  [thechinesealien](https://wordpress.org/support/users/thechinesealien/)
 * (@thechinesealien)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/footer-173/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffooter-173%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * (@stevenlyrathemes)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/footer-173/#post-12943222)
 * Hi [@thechinesealien](https://wordpress.org/support/users/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](https://wordpress.org/support/users/thechinesealien/)
 * (@thechinesealien)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/footer-173/#post-12946425)
 * 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.
 *  [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * (@stevenlyrathemes)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/footer-173/#post-12947444)
 * Hi [@thechinesealien](https://wordpress.org/support/users/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](https://wordpress.org/support/users/thechinesealien/)
 * (@thechinesealien)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/footer-173/#post-12948117)
 * Added the CSS provided, the form and social media icons are not align to center.
   Please refer [here](https://thechinesealien.com/wp-content/uploads/2020/06/Screenshot-2020-06-07-at-12.47.42-AM.png).
   
   Please help.
    -  This reply was modified 5 years, 11 months ago by [thechinesealien](https://wordpress.org/support/users/thechinesealien/).
 *  [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * (@stevenlyrathemes)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/footer-173/#post-12949701)
 * Hi [@thechinesealien](https://wordpress.org/support/users/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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vega/3.0.0/screenshot.jpg)
 * Vega
 * [Support Threads](https://wordpress.org/support/theme/vega/)
 * [Active Topics](https://wordpress.org/support/theme/vega/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vega/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vega/reviews/)

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)

 * 5 replies
 * 2 participants
 * Last reply from: [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/footer-173/#post-12949701)
 * Status: not resolved