• 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

    (@markwaregr)

    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.