Community Forums › Forums › Design Tips and Tricks › Header size too big and tagline missing
Tagged: adorable, Community Themes
This topic contains 7 replies, has 3 voices, and was last updated by Susan 5 months, 3 weeks ago.
-
AuthorPosts
-
November 30, 2012 at 7:06 pm #2701
Hi,
I’m trying to set up my website using the Adorable theme, and my header is being cut off. Can someone please tell me how to decrease the size to fit into the space (or make the space for the header bigger)?
Also my tagline is not showing up
http://www.fatiguedtofabulous.com
Thanks so much!
November 30, 2012 at 8:49 pm #2714search for the following:
#title {
font-family: 'Sofia',cursive;
font-size: 55px;
height: 123px;
letter-spacing: 0;
margin: 0;
text-transform: lowercase;
}and change it to the following:
#title {
font-family: 'Sofia',cursive;
font-size: 50px;
letter-spacing: 0;
margin: 0;
text-transform: lowercase;
}
Ozzy Rodriguez | Twitter | Google+ | Facebook
November 30, 2012 at 8:51 pm #2715you can change the
font size: 50px;to whatever you like, but that’s the way to decrease the size of the title
Ozzy Rodriguez | Twitter | Google+ | Facebook
November 30, 2012 at 11:58 pm #2737Thanks so much!
One more question. To create a custom menu, do I need to actually create and publish pages (i.e. About, home, blog) before I can add to the menu since right now, I don’t seem to have any choices.
December 1, 2012 at 12:53 am #2738yes, or you can create custom links as place holders. when creating a new theme, i usually import the xml from the child theme on the studiopress site that has all of the menus and content that you need to see what the site can do.
Ozzy Rodriguez | Twitter | Google+ | Facebook
December 1, 2012 at 9:35 pm #2823Sorry, a bit too advanced for me and not sure I understand. what would be the easiest way for me to create the top navigation bar? Is there a default menu that I can turn on and then just rename the tabs?
Thanks for your patience.
December 1, 2012 at 10:02 pm #2826no, there is no default menu you can turn on, sorry
you can either create pages or create custom ones just to create a menu. this should walk you through the process: http://codex.wordpress.org/Appearance_Menus_Screen
Ozzy Rodriguez | Twitter | Google+ | Facebook
December 2, 2012 at 4:07 pm #2914Here’s a StudioPress tutorial on setting up your menu:
To display your tagline, you would need to replace this in your CSS:
#title-area {
float: left; height: 123px; overflow: hidden; padding: 17px 0 0; width: 422px; text-shadow: -1px -1px 1px #fff; }
With this:
#title-area { float: left; height: auto; padding: 17px 0 0; width: 422px; text-shadow: -1px -1px 1px #fff; }
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered posts -
AuthorPosts
You must be logged in to reply to this topic.