0
Welcome Guest! Login
0 items Join Now

Re: Showcar Question

    • 's Avatar

    Re: Showcar Question

    Posted 16 years 3 months ago
    • I didn't find a Showcar specific forum. I am a member but wanted to use this template on a website.

      I would like some advice on changing the width of the left & right module columns.

      Do I do that in the template_css.css file?

      Do I change the width here to change the left column?

      div#left div.moduletable {
      float:left;
      width: 184px;
      background: url(../images/sc_seperator_horiz.png) repeat-x;
      margin: 15px 5px 5px;
      padding-top: 10px;
      }

      What do I change to change the width of the right hand column? I'm not very good at css & I don't seem to be able to figure out what controls the width of the right hand column.

      Thanks,
      Yaani-Mai
    • 's Avatar

    Re: Re: Showcar Question

    Posted 16 years 3 months ago
    • I have changed

      div.forcewidth {
      width: 175px;
      overflow: hidden;
      }

      and

      div#left div.moduletable {
      float:left;
      width: 175px;
      background: url(../images/sc_seperator_horiz.png) repeat-x;
      margin: 15px 5px 5px;
      padding-top: 10px;

      But I don't seem to be able to move the vertical column divider line sc_seperator_vert.png over to the left a little.

      www.lakegarnett.com

      Can someone tell me what I need to change? Is it some padding somewhere?

      Thanks,
      Yaani-Mai
  • Re: Re: Showcar Question

    Posted 16 years 3 months ago
    • Try this in the template_css:

      Find:
      td.seperator {
      background:transparent url(../images/sc_seperator_vert.png) repeat-y scroll center top;

      Change to:
      td.seperator {
      background:transparent url(../images/sc_seperator_vert.png) repeat-y scroll left top;

      Find:
      div#left div.moduletable {
      background:transparent url(../images/sc_seperator_horiz.png) repeat-x scroll 0%;
      float:left;
      margin:10px 5px 5px; <---Change bold number to 3px
      padding-top:10px;
      width:175px;
    • 's Avatar

    Re: Re: Showcar Question

    Posted 16 years 3 months ago
    • Thank you very much Mike. :)

      Yaani-Mai

Time to create page: 0.052 seconds