• Resolved LyricalJAZ

    (@lyricaljaz)


    I am having problems with the way my logo looks in proportion to the rest of my site. Is there anyway to move the main menu down so that it does not overlap my logo and I can make my logo bigger?

    Also my site tagline overlaps my logo. Is there anyway to move over the site tagline so that it does not overlap the logo.

    Is there also a way to center my logo and tagline?

    Here is the link to my site: https://thelyricaljaz.com/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello LyricalJAZ,

    This can be done with a little CSS. Are you using a child theme?

    Carol

    Thread Starter LyricalJAZ

    (@lyricaljaz)

    Yes, I am using a child theme.

    You can adjust the tag line placing by putting the following lines in your child theme style.css

    .logo .description {
    margin-left: 120px;
    }

    You can adjust the margins to your liking.

    Let me know if this works for you.

    Carol

    Thread Starter LyricalJAZ

    (@lyricaljaz)

    It still doesn’t seem to be working. As I adjust the px number higher it adjusts the logo instead of the words.

    I downloaded the simple custom css plug in and pasted the code you gave me in that. Could that be the problem, maybe?

    I’m sorry. I was in a hurry to answer you as my husband had called me for supper. The css should not have contained the .logo

    .description {
    margin-left: 120px;
    }

    Please let me know if this works. You can put in the custom css plugin

    I’m not convinced that the above code will work as it didn’t for me. The original code worked and only moved the text not the logo image. I have a screen shot I can show you if you want to email me.

    Carol

    Theme Author acosmin

    (@acosmin)

    Make the logo smaller…

    And serach for .logo-image and remove max-width: 180px;

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Logo/Tagline Issues!’ is closed to new replies.