Welcome Wide Featured page Image has a white border

Homepage Community Forums Epik Theme Support Welcome Wide Featured page Image has a white border

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #8405
    jus
    Customer

      Hi,

      I’m sorry if this is super basic, but I haven’t found a solution. Regardless of the size I make the image I have a white band on the bottom (and the slight shadow on the sides.) in the welcome wide area of this site:

      http://www.thesweetsource.com/

      Suggestions for a clueless beginner?

      Thank-you very much
      jus

      #8409
      Wes
      Moderator

        Thats because it is using the Featured Page/Post widget code and it’s adding the white background and box shadows as if it were being used in the sidebar……that’s something I’ve added to the update list to fix.

        In the mean time add this to your css –

        
        .welcome .entry {
        	box-shadow: none;
        	-moz-box-shadow: none;
        	-webkit-box-shadow: none;
        	background: none;
        }
        #8422
        jus
        Customer

          I’ll give it a try.

          Thank-you so much, it’s greatly appreciated.

          #8429
          Wes
          Moderator

            You’re Welcome

            #8435
            jus
            Customer

              I’m so sorry, I’m not sure what I’ve done wrong but the changes haven’t appeared.

              I added the code in text wrangler (It’s added between lines 1244-1249)

              Wrong spot?

              So sorry to be a bother, this is a steep learning curve for me.

              #8445
              Wes
              Moderator

                The changes are showing up for me.

                Anytime you make changes to your css, make sure and hit your reload button so it will clear the browser cache (which allows you to see the latest changes).

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