Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    red flag Style Issues - 2 Questions

    1. How do I change the font and font size of the following on the shopping cart page? I don't want it to change the rest fo the text on the website.

    "Confirm your shopping cart contents and make any necessary edits until your order it correct. Click on “continue shopping” or “checkout”."

    http://www.shopcastore.com/index.php...=shopping_cart

    2. How do I remove the large space above the address on my contact us page?

    http://www.shopcastore.com/index.php...age=contact_us

    Thanks

    Traci

  2. #2
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Style Issues - 2 Questions

    1. Style this class "cartInstructionsDisplay". Use Important hacks if the new properties don't have any effect (or clear previous instances, whatever you prfer).

    2. I don't see any large space. What browser?
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  3. #3
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    red flag Re: Style Issues - 2 Questions

    in firefox it looks fine, but in ie6 there is a pretty large space.

  4. #4
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Style Issues - 2 Questions

    Okay, try this:

    #contactUsDefault form {
    padding-top:0 !impotant;
    }
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  5. #5
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    red flag Re: Style Issues - 2 Questions

    It did not work Any other ideas?

  6. #6
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Style Issues - 2 Questions

    Okay, try this:

    #contactUsDefault form {
    padding-top:0 !impotant;
    margin-top:0 !important;
    }

    OR


    #contactUsDefault form {
    padding-top:0 !impotant;
    .margin-top:-20px !important; (adjust value according to your req)
    }
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

 

 

Similar Threads

  1. A few style questions!
    By bungenstein in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 9 Feb 2009, 05:15 PM
  2. Style Questions on Shop
    By HEAT in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 10 Sep 2008, 09:03 AM
  3. style sheet questions
    By g0d4lm1ty in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 11 Dec 2006, 06:20 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