Full Width Image in Slider with no Margin/Padding Above and Below

Homepage Community Forums Epik Theme Support Full Width Image in Slider with no Margin/Padding Above and Below

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6538
    Abigailjane
    Customer

      Hi, I want to remove the padding/margin above and below the slide image, I figured out how to make it full width but I cannot find the code to remove to make it butt up with the header and sign up below?

      Also I know it is a one question one thread rule but how do I make my opt in form I added below the slider responsive cause ight now it is showing up all funny?

      Thanks!

      #6542
      Abigailjane
      Customer

        I just realized that I don’t know how to make the slide image 100% width. I added this

        .slider-inner {
            margin: 0 auto !important;
            overflow: hidden;
            padding: 0 0 0px !important;
            width: 100%;
        }

        to the genesis-slider in the css but it still is cutting off my image and leaving me with a gap on the left hand side. See here: http://www.minovalleyfarmsanctuary.org

        #6543
        Abigailjane
        Customer

          I have actually just scrapped the slider and just inserted it as an image in the slider widget now, seemed easier. I would still love to know all the answers to the three questions above though as I am currently developing another site using this theme and want to achieve all of those things.

          Thanks!

          #6548
          scooby
          Customer

            Check out Eric’s comment for the first question – https://appfinite.com/topic/big-picture/#post-5572 it should be a similar solution.

            For the second question, whatever code or plugin you add to a responsive theme would need to be responsive as well in order to work. I looked at the code, and I can see there is a fixed width of 1000px. If you remove the 1000px code then it will adjust to the width and be responsive. The code ID I’m referring to is this – #mc_embed_signup

            I agree with the 1 question per thread rule because it’s way easier for users like me and others when searching for questions/solutions. When there are threads with a lot of posts that contain multiple topics it gets frustrating when trying to find what you’re looking for. That’s why they want us to do this. You may already know this, but I’m posting so others can see just in case they don’t lol.

            Let me know if that answers your questions.

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