Title: Alignment Problem in GeneratePress !!
Last modified: September 15, 2020

---

# Alignment Problem in GeneratePress !!

 *  [Shivam Pandey](https://wordpress.org/support/users/wikihelp360/)
 * (@wikihelp360)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/alignment-problem-in-generatepress/)
 * Hi David and Leo,
    I hope you guys are doing well and staying safe!!
 * I am using the [Lightweight Social Icons](https://wordpress.org/plugins/lightweight-social-icons/)
   plugin to show social media follow widget in GeneratePress, but I am facing a
   problem that it looks good in desktop, but in mobile, the social media follow
   widget caption is not showing properly. You can see the image below and please
   help me to fix this problem.
 * [⌊social media follow widget.jpg⌉⌊social media follow widget.jpg⌉[
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falignment-problem-in-generatepress%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/alignment-problem-in-generatepress/#post-13409052)
 * Hi there,
 * Do you mean that it’s not centered?
 * If so add this CSS:
 *     ```
       .widget_lsi_widget .widget-title {
           text-align: center;
       }
       ```
   
 *  Thread Starter [Shivam Pandey](https://wordpress.org/support/users/wikihelp360/)
 * (@wikihelp360)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/alignment-problem-in-generatepress/#post-13427038)
 * Leo, after applying this css code the social media follow widget caption text
   is center aligned, but in desktop, the social media follow widget looks good,
   but in mobile, the social media follow widget is not showing properly. you see
   the image below and please help me to fix the problem.
 * [⌊Social Media Follow Icons.png⌉⌊Social Media Follow Icons.png⌉[
 *  [David](https://wordpress.org/support/users/diggeddy/)
 * (@diggeddy)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/alignment-problem-in-generatepress/#post-13427411)
 * Hi there,
 * to keep the 4 column icons for smaller devices add this CSS:
 *     ```
       @media(max-width: 420px) {
           .widget ul.lsi-social-icons {
               max-width: 250px;
               display: flex !important;
               flex-wrap: wrap;
               margin: auto !important;
           }
       }
       ```
   
 *  Thread Starter [Shivam Pandey](https://wordpress.org/support/users/wikihelp360/)
 * (@wikihelp360)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/alignment-problem-in-generatepress/#post-13444844)
 * David, After applying this css code the social media follow widget issue has 
   been resolved but I am facing a problem with the pagination button that the pagination
   buttons look good on 6-inch or higher screen size phones but Pagination buttons
   are not showing properly in 5-inch, 5.5-inch, 4.5-inch or lower screen size phones,
   you can see the image below. please help me to fix the problem.
 * [⌊pagination.png⌉⌊pagination.png⌉[
 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/alignment-problem-in-generatepress/#post-13445071)
 * Try this:
 *     ```
       @media (max-width: 768px) {
           .nav-links {
               display: flex;
               justify-content: space-between;
           }
       }
       ```
   

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

The topic ‘Alignment Problem in GeneratePress !!’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/generatepress/3.6.1/screenshot.
   png)
 * GeneratePress
 * [Support Threads](https://wordpress.org/support/theme/generatepress/)
 * [Active Topics](https://wordpress.org/support/theme/generatepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/generatepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/generatepress/reviews/)

## Tags

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

 * 5 replies
 * 3 participants
 * Last reply from: [Leo](https://wordpress.org/support/users/leohsiang/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/alignment-problem-in-generatepress/#post-13445071)
 * Status: not resolved