Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2007
    Location
    USA
    Posts
    221
    Plugin Contributions
    0

    Default slight problem with css (i think)

    On my site i have a paypal verified seal in a sidebox, if you look at the title, it is not centered, the word "seller" falls below the border of the title area making it look sloppy. Also i have a google search box at the bottom of the page, i would like it centered..

    Can someone skilled in css please lead me to the right sections of code to modify? thanks in advance..
    Grasshopper, GOT BOOK? - I don't, and I am constantly in here begging for help and Donating to Zen Cart in feeble attempts to bribe the developers for help. Get your copy today and avoid my fate!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: slight problem with css (i think)

    Start with this and adjust ad required
    #paypallogoHeading {
    height: 20px;
    padding: 0.2em;
    }
    I did not see a google search box??
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2007
    Location
    USA
    Posts
    221
    Plugin Contributions
    0

    Default Re: slight problem with css (i think)

    Quote Originally Posted by kobra View Post

    I did not see a google search box??
    It shows up sometimes, i have it as a banner ...
    Grasshopper, GOT BOOK? - I don't, and I am constantly in here begging for help and Donating to Zen Cart in feeble attempts to bribe the developers for help. Get your copy today and avoid my fate!

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: slight problem with css (i think)

    Oh!! I refreshed a few times and it appeared....

    You have this table enclosed in a div - good!! - but it is an undeclared/un-named div so that there is no way to tag it...

    Look to where you placed this (if as a banner get the blank side box contrib) and name the div so that one can address it
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: slight problem with css (i think)

    Although there's no way to target this div directly, you can get at it via the page's hierarchy. If you add this to your stylesheet it will have the desired effect in the current versions of browsers
    #bannerSix div {margin: 0 auto}
    (though not necessarily older versions of Internet Explorer)
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

Similar Threads

  1. slight problem with site.
    By kevinc66 in forum General Questions
    Replies: 2
    Last Post: 10 Dec 2011, 12:01 PM
  2. Help with css I think?
    By Jordin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Jan 2010, 11:06 PM
  3. CSS Problem i think ??
    By gmrm in forum General Questions
    Replies: 3
    Last Post: 11 Jan 2010, 12:58 PM
  4. I think this is a CSS problem?
    By cgardner in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 12 Dec 2007, 10:35 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