bottom of image in responsive slider clipped?

Homepage Community Forums Epik Theme Support bottom of image in responsive slider clipped?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #13366
    fitover50Dan
    Customer

      Hi,

      I am new to Genesis, so I hope this is not too elementary 馃檪

      I have the genesis responsive slider placed in the right side of my header. The bottom of the image appears to be clipped. When I inspect the element it shows:

      a img {
      margin-bottom: -4px;
      }

      I see this in the style.css so it makes sense.

      Wondering why the margin-bottom is set that way and, what is the correct way to fix this for my slider?

      Thanks,
      Dan

      #13371
      fitover50Dan
      Customer

        Ok, I just learned a valuable lesson–flush the cache or changed made to the CSS won’t show up. Wow, I wasted a couple of hours 馃檨

        Once I changed:

        a img {
        margin-bottom: -4px;
        }

        to:

        a img {
        margin-bottom: 0px;
        }

        the slider looks correct.

        Still wondering if this is the *right* way to fix this problem? Am I potentially messing up other image stuff later?

        Thanks–Dan

        #13374
        Wes
        Moderator

          Do you have a link where this is happening? I can take a look to see what’s going on.

          #13383
          fitover50Dan
          Customer

            Wes,

            http://25f.6cb.myftpupload.com/

            The slider is fixed as you will see by the change I mentioned above.

            Dan

            #13395
            fitover50Dan
            Customer

              So, just curious, did I “fix” this the right way? Or, should I have done something different? (I am new to this and maybe a bit paranoid ;’)

              #13397
              Wes
              Moderator

                That’s the default code that shows up in most Genesis themes, specifically the Sample theme (which is where I start from scratch). It should be fine though. If not just let us know and we’ll come up with a quick fix.

                #13409
                fitover50Dan
                Customer

                  Will do and thank you, sir!

                  #13427
                  Wes
                  Moderator

                    You’re Welcome!

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • The topic ‘bottom of image in responsive slider clipped?’ is closed to new replies.