0
Welcome Guest! Login
0 items Join Now

Modification Needed

  • Re: Modification Needed

    Posted 15 years 2 months ago
    • Ok Thanks Sam,
      We are getting somewhere with this. After the modification there is a white space right below the image, how do I remove that? Also, the header height increases I don't want that to happen.
      thanks for your help

      foundgrace.org/ela
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: Modification Needed

    Posted 15 years 2 months ago
    • To remove the wight space, change this in light3.css:

      #showcase .foreground {
      border: none;
      overflow: hidden;
      padding-bottom: 0;
      }
    • Yves
  • Re: Modification Needed

    Posted 15 years 2 months ago
    • Thank you to all who helped with this issue, God bless you. Yves that fixed that problem. One little thing there are still white spaces, will it be possible to eliminate these white spaces completely? thanks

      foundgrace.org/ela
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: Modification Needed

    Posted 15 years 2 months ago
    • Yes, replace this in light3.css:
      #showcase {
           margin: 3px 0 8px 0;
           position: relative;
           color: #000;
           }

      by
      #showcase {
           margin-top: -2px;
           margin-bottom: -4px;
           position: relative;
           color: #000;
           }
    • Yves

Time to create page: 0.052 seconds