Specific question about #content .post

Homepage Community Forums Epik Theme Support Specific question about #content .post

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6121
    dono2081
    Customer

      Am I right that around line 733 of style.css, which says:

      #content .post,
      #content .page {
      -webkit-box-shadow: 0 3px 6px rgba(0,0,0, .2);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
      background: #fff;
      margin: 0 3px 40px;
      padding: 20px 0 0;

      Is this the section that determines the style of the background for individual posts?

      I have added a widget to a template. The widget contains the “featured posts” widget, and the background is short. Could you guide me to what I should do?

      Here’s a link:
      http://www.coffeeuniversity.org/custom-home/
      and of course I’m referring to the two widgets contained in the class .dono-custom-narrow .

      Would appreciate your suggestions on how to get the background to go down below the thumbnail image for these posts. Thanks!

      -DonO

      #6131
      Eric
      Customer

        In your case add “overflow: hidden;” to that code above and it should fit better.


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

        #6138
        dono2081
        Customer

          Worked perfectly, thanks Eric!
          -D

          #6144
          Eric
          Customer

            You’re Welcome


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

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Specific question about #content .post’ is closed to new replies.