inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Dec 9, 2012 18:24:24 GMT -8
This is a couple of things.. 1) I have set my title-bar to be 20px in height, but now my writing isn't centered vertically. How can I center it? 2) I would like my "create thread", "actions", "select", "pagination" and "search" to be on a new bar. A separate bar to my title-bar, and I'd like it to be ABOVE the sub-boards, but below the ads and nav. So, how can I do this, and also how to reduce the height/size for "create thread" "search"? Lastly for this, how can I remove or replace search icon/image on the right side of the search bar? 3) How to change the navigation-menu height, colour etc? I don't want it to be the same as the title-bar, I'd like it to be completely separate, please. Writing/Text not center = Thanks in advance. Attachments:
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Dec 9, 2012 18:35:02 GMT -8
I can't really answer a whole lot, but:
If you go to admin > themes > theme manager > images, scroll down to "forum icons". In the right-most column, third row, you should see "search" and the magnifying glass image. I'm not sure if you can remove it, but you can replace the image to something else (even a blank 1px image, I suppose).
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Dec 9, 2012 18:53:36 GMT -8
I can't really answer a whole lot, but: If you go to admin > themes > theme manager > images, scroll down to "forum icons". In the right-most column, third row, you should see "search" and the magnifying glass image. I'm not sure if you can remove it, but you can replace the image to something else (even a blank 1px image, I suppose). I do have an image in mind, but the size of the image will depend on whether or not I can reduce/increase the height and width of the search input field. Thanks btw =)
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Dec 9, 2012 19:22:45 GMT -8
no problem. would be interested in hearing the answer myself. :]]
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Dec 10, 2012 8:44:56 GMT -8
Ok so I figured out the alignment issue for the categories. It's on line 411:
.container > .title-bar h1, .container > .title-bar h1, .container > .title-bar h2, .container > .title-bar h3 { color: @title_text_color; font: @title_text_font; text-decoration: @title_text_decoration; font-variant: @title_text_variant; text-transform: @title_text_transform; text-align: @title_text_align; text-shadow: @title_text_shadow; line-height: 20px !important; display: inline; }
line-height: 20px. It was set to 30px.
|
|