Zen Cart Logo

text hard to read

Locked

Views: 846

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
26 Nov 2008, 4:43 PM
#1
stalb33 avatar

stalb33

New Zenner

Join Date:
Oct 2008
Posts:
55
Plugin Contributions:
0

text hard to read

https://www.dirtsquirrelclothing.com/store

the main page is fine b/c the text is in a div with a background.

is there an easy way to put all text inside a similar type of div or table.

either that - or indent all my text to the left 50 pixels or so. the background image is just too distracting - especially on log in or checkout type pages. thanks

27 Nov 2008, 1:17 AM
#2
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: text hard to read

Just add some padding in your embedded styles stylesheet:

div.myspace-scrollbox
{

background-color: #e5edf5;
text-align: left;
border-top-style: solid;
border-right-style-value: solid;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
overflow-x: scroll;
overflow-y: scroll;
padding: 12px;

}

27 Nov 2008, 1:42 AM
#3
stalb33 avatar

stalb33

New Zenner

Join Date:
Oct 2008
Posts:
55
Plugin Contributions:
0

Re: text hard to read

that works well. for that particular box..

my bigger problem is the log in page and check out pages.
the background image interferes with the text and i either need to indent those pages to the left all together or change their table color.
????

27 Nov 2008, 1:44 AM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: text hard to read

Sorry Dog Man,

St,
you need to download moxilla firefox with the add on firebug and Web Developer

  1. Very helful to answer find the ? you are asking