Title: Button Placed Oddly
Last modified: June 6, 2022

---

# Button Placed Oddly

 *  Resolved [jantsa13](https://wordpress.org/support/users/jantsa13/)
 * (@jantsa13)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/button-placed-oddly/)
 * Hello
 * The problem is that two buttons are in the wrong place when using the mobile 
   version of my website. Look at the link for a demonstration.
 * > [View post on imgur.com](https://imgur.com/a/i9n0z1F)
 * As you can see the “Palvelut” and “Blogi” buttons are misplaced. They should 
   be in the middle. Any code to fix this or any other solutions?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-placed-oddly%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/button-placed-oddly/#post-15712052)
 * This section of code is responsible for the buttons no longer being centered 
   for small viewports:
 *     ```
       @media (max-width: 600px) {
        .wp-block-themeisle-blocks-button-group.collapse-mobile {
          flex-direction: column;
        }
       }
       ```
   
 * If you can’t change that yourself, you might just overload it:
 *     ```
       @media (max-width: 600px) {
        body .wp-block-themeisle-blocks-button-group.collapse-mobile {
          flex-direction: unset;
        }
       }
       ```
   
 * Paste this in Appeareance > Customizer > Additional CSS.
 *  Thread Starter [jantsa13](https://wordpress.org/support/users/jantsa13/)
 * (@jantsa13)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/button-placed-oddly/#post-15712113)
 * This fixed this issue. Thank you!

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

The topic ‘Button Placed Oddly’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [jantsa13](https://wordpress.org/support/users/jantsa13/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/button-placed-oddly/#post-15712113)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
