Jackandg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tiny Forge] centering the menu under the headerThank you!
Just found the css line on the forum for the meta slider plugin (:.main-navigation li a, .main-navigation li {
z-index: 9999;
}You mentioned the theme is mobile first, so I looked at the site on my phone. The menu and “Jack + G” logo is a completely different format. Could you help me fix that? -Sorry, i’m pretty new at this.
Forum: Themes and Templates
In reply to: [Tiny Forge] centering the menu under the headerHi Thomas,
Thanks for the tip on the firefox inspector! I had a chance to spend some time working with it – I think this will be very helpful!
– Just to make sure i’m doing this right, is it ok to copy and paste lines that I want to edit into my child theme?
Forum: Themes and Templates
In reply to: [Tiny Forge] centering the menu under the headerHi Thomas, i’m sorry – one more question.
before i created the child theme, I had removed a line of php in order to center the Logo “jack + g”. In content-page.php (i think), I removed a line that looked like this:
<h1 class=”entry-title”><?php the_title(); ?></h1>
When I removed the line it centered the logo. Next I created a child theme, added your line of code, and everything was centered. I then noticed that when I make the window smaller the jack and g logo was not reducing in size while everything else was. So I created a logo that is 400 pixels in with as opposed to the previous 960 width logo. Now my logo is no longer centered.
Can you help? Thank you.
Forum: Themes and Templates
In reply to: [Tiny Forge] centering the menu under the headerThank you Thomas! – I created my child theme, and added the line. works perfectly!