Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Enclosing the store inside a “box”


1 reply to this topic

#1 kuai

  • Community Member
  • 113 posts
  • Real Name:kuai
  • Gender:Male
  • Location:U.S.A.

Posted 31 March 2011, 15:58

:sweating: I was looking over some notes I had from v.2.2RC2a. I'm rebuilding the website using v. 2.3.1

In the file /includes/header.php, there was an unused stylesheet class
named “outline”. I used this to create a left/right/top/bottom border that
extended around my shop.

I opened the stylesheet.css and added:

.outline {
border-top-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-left-width: 3px;
border-style: solid;
border-color: #000000;
}

I'm wanting to do the same for my updated site. It's probably something simple
but this version is a little different.
Thanks in advance for any help.

Kuai

#2 multimixer

  • Community Sponsor
  • 3,594 posts
  • Real Name:George Zarkadas
  • Gender:Male
  • Location:Greece

Posted 31 March 2011, 16:24

How about this
#bodyWrapper {border:solid 3px #000;}

Looking for a way to create your own osCommerce template ? click