Jump to content


Corporate Sponsors


Latest News: (loading..)

kuai

Member Since 02 Jan 2009
Offline Last Active Apr 01 2011, 02:25
-----

Topics I've Started

Enclosing the store inside a “box”

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