Border round Genesis responsive slider

Homepage Community Forums Epik Theme Support Border round Genesis responsive slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8525
    hallamlaw
    Customer

      How do I remove the border (in grey/blue on my development site) around the slider images so that tyhe images fill the full width of the screen and the content block below immediately follows? Also I need to remove the white border which separates the slider block from the content block
      many thanks
      http://expatriatelaw.com/subdomains/develop/

      #8527
      Wes
      Moderator

        That’s actually not a border, that blue color is the background that you added in your WordPress custom background settings.

        You could use the “Slider Wide” if you want to use the full width space….make sure your image is large enough.

        The .head-wrap (div around the header) has 40px of margin for the bottom. So you would need to remove that bottom margin and that would cover about half of that space. But you’ll need to only do this for the homepage, since that space is needed for all of your other pages. Add this code to do it –

        .home .head-wrap {
        	margin: 0;
        }
        #8585
        sigrun
        Customer

          I have exactly the same issue and I have added this to the stylesheet and I still have a padding below my slider. How do I get rid of that?

          #8588
          Wes
          Moderator

            @Sigrun Do you have a link so I can see which part of the css you’ll need to edit?

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.