• Hello!

    Please can you help me make the logo on my website bigger.

    It’s my name and profession here – http://www.amybakerwrites.

    I’d just like it to be a little more eye catching – not huge.

    Is there any easy way of doing this?

    Thanks so much for any help you can offer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you have any experience editing the CSS/styles?

    Your name would use the select “.menu-brand .menu-brand-marker h1” & your profession would be “.menu-brand span” – you would want to adjust the font-size on each of those.

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:

    Thread Starter writeonsister

    (@writeonsister)

    Would you please tell me the exact css code I need to do that?

    Thanks so much for your help x

    Thread Starter writeonsister

    (@writeonsister)

    I have a css style sheet editor section – would that be the right place to pop the code? If not, I’ll download the plugin.

    Do you have the exact CSS I will need to enter please?

    Thanks so much for your help x

    @writeonsister,
    Before logo text increase change this structure for header.

    apply col-md-3 for logo and menu for col-md-9.

    change style.css line no 603
    
    .menu-brand .menu-brand-marker h1{
        font-size :30px;
    }

    Thanks,
    Ravi patel

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Making header bigger’ is closed to new replies.