Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Posts
    5
    Plugin Contributions
    0

    Default 2 simple questions from CSS noob

    Hi all, I would like to center main box (where is wroten WELCOME TO OUR ON LINE SHOP) on my online shop main page. I made some changes and categories pages and product pages are centered, but this only one thing is missing. I've got also quetsion about this box, is an simple way to change notifications it his box depended from language choosen to view page. My online shop adress is www.tvparts-online.com Thank in advance. Regards

  2. #2
    Join Date
    Jul 2008
    Location
    Kansas City
    Posts
    37
    Plugin Contributions
    0

    Default Re: 2 simple questions from CSS noob

    “There are things known, and there are things unknown, And in between are the Doors”

    Jim Morrison

  3. #3
    Join Date
    Feb 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: 2 simple questions from CSS noob

    No m8, it's not that. Still waiting foor some ideas from CSS guys. Regards

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: 2 simple questions from CSS noob

    Your template is heavily customized to work differently from a standard layout. The template designer wanted the image you refer to on the left. You can change it in stylesheet.css (line 602)
    Code:
    .dc  {
    display:table-cell;
    text-align:left;
    vertical-align:top;
    width:150%;
    }
    Change to
    Code:
    .dc  {
    display:table-cell;
    text-align:right;
    padding-right: 2.0em;
    vertical-align:top;
    width:150%;
    }
    Adjust padding as desired.

    Check that the .dc class isn't used somewhere else; if it is, you will need to make a copy of the rule with some specificity to limit the effect of your edit.

 

 

Similar Threads

  1. Noob questions
    By jmrathbun in forum General Questions
    Replies: 1
    Last Post: 27 Nov 2008, 08:12 PM
  2. Several questions from noob- custom layout, PP patch
    By thecatinthetree in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Jun 2007, 05:09 PM
  3. Noob questions again
    By webnoob in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Sep 2006, 02:33 PM

Posting Permissions

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