• Resolved justjoensatx

    (@justjoensatx)


    Greetin’s from Texas Ya’ll!
    Somebody please be so kind as to look at my code on my blog ” A Pilgrim’s Progress
    I am trying to “shorten” the search box on my sidebar (mine not the google one), and cannot find it. (looking for it in “sidebar.php” but can’t locate the search box field properties.

    Thanks, and have a great day,
    Kyprian

Viewing 5 replies - 1 through 5 (of 5 total)
  • You have this in your CSS

    #sidebar #searchform #s {
    width: 50px;
    padding: 2px;
    }

    Change it to:

    #sideBar #searchform #s {
    width: 50px;
    padding: 2px;
    }

    Note the uppercase B in sideBar. Set the width to what you like…..

    Thread Starter justjoensatx

    (@justjoensatx)

    thanks! ??

    Thread Starter justjoensatx

    (@justjoensatx)

    hmmm :'( Still can’t get the form field to shorten (you can see that it extends beyond the rest of the page) What am I doing wrong here?

    I dont know what you are doing wrong.

    One thing that would improve your theme, would be to set the width for div#sideBar to at least 200px.

    Thread Starter justjoensatx

    (@justjoensatx)

    sure did, thanks, then all I had to do was re-align my google button and alls well…
    ‘preciate ur help
    Kyprian

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can somebody please look at my code and:’ is closed to new replies.