Title: 2 CSS Issues for Mobile
Last modified: August 22, 2016

---

# 2 CSS Issues for Mobile

 *  Resolved [sportfeed](https://wordpress.org/support/users/sportfeed/)
 * (@sportfeed)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/2-css-issues-for-mobile/)
 * Hi Guys,
 * I have 2 issues for css on mobile. Can anyone help me with the following codes:
 * – A css code to center images only on mobile? On the site it have to be alligned
   to left but on mobile it have to be centered cause of layout problems.
 * – a css code to hide an image on mobile. Now 1 image wont fit well on mobile 
   but it fit well on the site so i want to hide the images on mobile only.
 * Thanx already!!

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

 *  [powerj](https://wordpress.org/support/users/powerj/)
 * (@powerj)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/2-css-issues-for-mobile/#post-5943991)
 * You need to use media queries [http://www.w3schools.com/cssref/css3_pr_mediaquery.asp](http://www.w3schools.com/cssref/css3_pr_mediaquery.asp)
 * To hide an image use
 *     ```
       img {
       display: none;
       }
       ```
   
 * Within the relevant media query
 *  Thread Starter [sportfeed](https://wordpress.org/support/users/sportfeed/)
 * (@sportfeed)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/2-css-issues-for-mobile/#post-5944013)
 * Can you please give me an exemple for the code:
 * The centre images is on: [http://www.wesbeentjes.nl](http://www.wesbeentjes.nl)
 * And the Image i want do hide is the black bar in the right column next to the
   image on: [http://wesbeentjes.nl/glad-pleisterwerk/](http://wesbeentjes.nl/glad-pleisterwerk/)
 * Dont get any css support on this one but hope i can figure this out myself.

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

The topic ‘2 CSS Issues for Mobile’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [sportfeed](https://wordpress.org/support/users/sportfeed/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/2-css-issues-for-mobile/#post-5944013)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
