Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Jackandg

    (@jackandg)

    Thank 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.

    Thread Starter Jackandg

    (@jackandg)

    Hi 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?

    Thread Starter Jackandg

    (@jackandg)

    Hi 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.

    Thread Starter Jackandg

    (@jackandg)

    Thank you Thomas! – I created my child theme, and added the line. works perfectly!

Viewing 4 replies - 1 through 4 (of 4 total)