Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] can't get right padding on search box to change (http://forum.bytesforall.com/showthread.php?t=17567)

mtouchette May 15, 2012 12:06 PM

[SOLVED] can't get right padding on search box to change
 
my container padding is at the default of 0,
my logo area right padding is set to 0'
i have modified the searchbox class as follows:
Code:

.searchbox {background-color: green; margin-right:0px;}
the green shows, but the padding has no effect.

i've used firebug to look up elements and selectors and tried nearly a gazillion different things but just cannot get it to work. :/

what (obvious thing) am i missing?

http://pbn.mtouchette.com

thanks in advance!

juggledad May 15, 2012 12:34 PM

you want to set the top margin on 'div.searchbox-form input.text'

mtouchette May 15, 2012 01:19 PM

thank you for replying.

top margin moved it vertically; i need it shifter to the right.

i thought maybe you were testing me ;-) so i tried
Code:

div.searchbox-form input.text {margin-right: 0px;}
with no luck. i also tried it as zero right padding. then i tried a variety of things using the selectors you provided -- still nothing.

juggledad May 15, 2012 01:59 PM

what effect are you trying for? are you trying to get teh white to be even with the left side? right side? what

mtouchette May 15, 2012 02:37 PM

i want the right edge of the text input box to match the right edge of the rss/comments line directly above. (so they are right-aligned)

the green was just for a visual development aid, i have removed it.

juggledad May 15, 2012 04:57 PM

try
HTML Code:

div.searchbox-form input.text {
    padding-right: 0;
    margin-left:  16px;
}


mtouchette May 15, 2012 05:32 PM

pushed it right over. thanks! :-)

i did try changing the text align atone point, but never thought to give it a left margin.


All times are GMT -6. The time now is 03:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.