Title: Slider Width Desktop Version
Last modified: July 23, 2018

---

# Slider Width Desktop Version

 *  [manuarora](https://wordpress.org/support/users/manuarora/)
 * (@manuarora)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/slider-width-desktop-version/)
 * Hi,
 * 1. How do i reduce the height of slider in desktop version of the website. i 
   Dont intend to change the same in mobile version.
 * 2. How do i reduce the padding between Header Menu and site logo.
 * Thanks

Viewing 1 replies (of 1 total)

 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/slider-width-desktop-version/#post-10118487)
 * Hi there.
    Please locate inside your functions.php file
 * `add_image_size( 'ci_slider', 1110, 600, true );`
 * and replace it with
 * `add_image_size( 'ci_slider', 1110, 400, true );`
 * Whatever image size you will upload it should crop in these dimensions. then 
   install the Regenerate thumbnails plugin, activate it and go to Tools -> Regen.
   Thumbnails to run a regeneration in order for the change to be applied.
    Also
   add this
 *     ```
       .site-logo{
        padding-bottom:0;   
       }
       ```
   
 * in your custom CSS box under Appearance ▸ Customize ▸ Other to reduce the menu-
   logo padding.

Viewing 1 replies (of 1 total)

The topic ‘Slider Width Desktop Version’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Fotis](https://wordpress.org/support/users/markwaregr/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/slider-width-desktop-version/#post-10118487)
 * Status: not resolved