• Kester Idiata

    (@kester-idiata)


    Good day,

    Please, kindly help: I would like to know how to remove the space between the Menu Header and the Slider Revolution, such that the slider is directly touching the header.

    I am a novice, such of, as I can’t code. The link to my website under construction: http://www.cedaroakschool.com

    Thank you

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a section for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      .nicdark_space160 {
          height: 114px;
      }
      
      @media screen and (min-width: 960px) {
         .nicdark_space160 {
              height: 104px;
          }
      }
      
      @media screen and (min-width: 1200px) {
         .nicdark_space160 {
              height: 111px;
          }
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

Viewing 1 replies (of 1 total)

The topic ‘remove space between menu header and slider’ is closed to new replies.