Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 501
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 493
Total: 493

Change theme Header - Mobile by Crip

Started by darlene, Jan 30, 11, 05:06:31 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

darlene

I managed to change the banner and background and corners to white but cannot find the newsfader, is this important?

Have attached the file incase it is.

Darlene

[attachment deleted by admin]

darlene

I more little thing... On the top menu where it says home, forum, help, etc. I need to put one more menu in for downloads. Is there somewhere I can change the font, or make the buttoms a bit small as when I am admin the new button wraps underneath?

Crip

you add more menu items in Sources/Subs.php
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

darlene

Woe, I won't be touching that, I thought maybe in the css changing the font size would fit one more button.

Thank you so much for your help today, you have me way ahead with my template and site.

Your support is awesome, so are your templates.

Darlene

willemjan

Got to make shure. Do I understand it correct that you allready have an download tab, and that it falls down from the line? Or do you need to add an download tab, and don't know how?

darlene

I am using adk portal and my top menu is full because I am the administrator. The program will automatically add a download section but when I do that the menu wraps to a new line and is really messed up.

I was just wondering if in the css you could change the font size and that would make the menu on the top of the page fit another choices.

www.runningtrades.com

Thanks for any help.

Darlene

willemjan

Yes you can, I will get to that in a few hours. Have patience please :up:

willemjan

#17
In index.css search for:
#navtop li a {
display: block;
line-height: 42px;
padding: 0 16px;
color: #f3f3f3;
font-size: 12px;
}


Change the padding in there to someting like:
#navtop li a {
display: block;
line-height: 42px;
padding: 0 12px;        /*<==Change here==>*/
color: #f3f3f3;
font-size: 12px;
}

darlene

Wow I have never seem such amazing support. I wasn't expecting you to do it for me, I was just asking if this is where it can be done. Thank you again. I am still trying to get the adk portal running right as I cannot create a block or save content in an article. I am not sure if they ever respond.

This is the best forum I have ever been on, thank you so much for your help.

willemjan

Thank you for your kind words! :laugh: We all do the best we can ;)