PDA

View Full Version : "memberBox" Headline Issue


ssdevious
03-22-2012, 11:57 PM
Hello,

trying to add some padding (move the "No new messages" bit more to the right) to the memberBox' headline, any ideas?

https://vborg.vbsupport.ru/attachment.php?attachmentid=137229&stc=1&d=1332460642

Thanks,
~tEh'P?r4d0x

Adam H
03-23-2012, 12:43 AM
its either :

.popupbody {
background: none repeat scroll 0 0 #E1E1E1;
border: 1px solid #E1E1E1;
color: #3E3E3E;
display: none;
font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
left: 0;
min-width: 200px;
padding: 4px;
position: absolute;
top: 1.5em;
z-index: 1000;
}

or

.toplinks ul.isuser li.popupmenu ul li {
margin: 0;
position: relative;
text-align: left;
top: 0;
}

that you will need to edit depending on how you theme is done. It looks a bit messed up to me from that image so you might need to play with margin and padding in those two classes to get it looking nice.

setishock
03-23-2012, 01:01 AM
Adam I modded the second one and it came out looking pretty good.

.toplinks ul.isuser li.popupmenu ul li {
color: black;
background: none;
position: relative;
text-align: center;
top: 0;
}

See attachment. Still playing with it...
Thanks

Adam H
03-23-2012, 01:08 AM
You do realise that having the login box , search box and navigation on the same row will cause you massive problems for people with smaller resolutions ? Its ok for me as im running 1600 x 900 but anything smaller and it will be a nightmare with horizontal scrolls etc.

--------------- Added 1332464958 at 1332464958 ---------------

EDIT , ive just see the disclaimer : This theme best viewed with IE9 in (minimum) 1600x900

lol i take it thats just an extra theme rather than a main one then :)

setishock
03-23-2012, 01:18 AM
That's why the message is there about the resolution. I antisipated that sort of response. There are other themes in the style selector that work on lower resolutions and smaller screens. That theme is for wide screens at higher resolutions.
This thread isn't about my theme. Let's get back to the OP's question.

ssdevious
03-23-2012, 12:10 PM
Thanks guys,

that centering worked, however, considering, I want it to stay aligned to the left and just move it 5 - 10 px, what then?

Margin and paddin are moving it, but they're moving the border as well, so it looks like this:

https://vborg.vbsupport.ru/attachment.php?attachmentid=137233&stc=1&d=1332504538g

Any suggestions?

Thanks,
~tEh'P?r4d0x