Still can't get rid of the white space around slider

Homepage Community Forums Epik Theme Support Still can't get rid of the white space around slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12949
    adam19
    Customer

      I’m having problems getting the slider image to fit to the width of the theme as there is still white space on the right side. It works on mobile devices but not on desktops. There is also white space at the top and bottom of the slider which I can’t seem to change either.

      I’ve tried to update my css with the information from all the posts but I still can’t get it to work. Here is my site – http://s19-media.com/camarose

      I have even changed the image width in slider settings and uploaded larger images but still no change.

      Can someone help please?

      Also, is there a reason why one of my menu items appears to be contantly highlighted?

      Thanks

      #12952
      adam19
      Customer

        Apologies for asking the second question, as I just read the forum rules.

        Please answer the first and I will create a new post for the second question.

        Thanks

        #12963
        Eric
        Customer

          To remove the extra space on top of the slider, look for this in your style.css file –

          .slider-wide .wrap {
              margin: 0 auto 0;
              padding: 30px 0 0;
              max-width: 100%;
          }

          You can change the padding-top to 0 so it should look like this –

          .slider-wide .wrap {
              margin: 0 auto 0;
              padding: 0;
              max-width: 100%;
          }

          The Genesis slider acts kind of weird sometimes when using the “Full Width” option. I personally use a different slider when I’m working on a project that requires a full width slider. What do you have the width set to in your Genesis Theme Settings? IMO after looking at your images, I would add those in the regular “Slider” widget area (right below the Slider Wide widget) and set the width settings to 1140px (in your Genesis Theme Settings page).

          If you’re interested in using the plugin I have, just Private Message me your email and I can send it over for you to test. But try the above suggestion first.


          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          #13162
          adam19
          Customer
            This reply has been marked as private.
          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.