Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2006
    Posts
    135
    Plugin Contributions
    0

    Default Stylesheet in 1.2.7 - wanting to add a border...

    I've had to return to v1.2.7 for now as I'm just not 100% comfortable using 1.3 in a multilingual setup (I feel like I've wasted 2 wks of time and it's just too buggy for my client yet).

    I have gone back and now am having to relearn the Stylesheet in 1.2.7. I have figured out where most of the items cross over from 1.3 to the older stylesheet but I cannot figure out how to put a border around the entire store. It was the "mainwrapper" in the new stylesheet....

    Thank you.

  2. #2
    Join Date
    Jan 2004
    Posts
    58,243
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Stylesheet in 1.2.7 - wanting to add a border...

    green border:

    Code:
    .main_page{
      width: 100% !important;
      background-color: #ffffff;
      border-right: 1px solid green;
      border-left: 1px solid green;
      border-bottom: 1px solid green;
      padding: 5px;
    }
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •