• Resolved MommyCriesToo

    (@mommycriestoo)


    I know the header can only be as wide as the content length. How many px would that be? Trail and error has been frustrating and it would help to start my design in the proper dimensions.

    Thank you.

Viewing 11 replies - 1 through 11 (of 11 total)
  • EDIT: Ignore please, I didn’t realise this was specific to a particular theme.

    Hi Garza,

    based on the theme demo, it seems you have 950px space available for your logo in the header. If you remove the padding for the logo / header image, the available space can be increased by 60px.

    Hi there,
    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    header .site-logo{
       padding:30px 0;
    }

    in the box.

    Thread Starter MommyCriesToo

    (@mommycriestoo)

    Thank you both. I have tried 950 and with the css code entered as well. I can work with either size but now I’m wondering how to remove the space between the menu and the header?

    Hi there,
    please try this

    header .site-logo{
       padding:30px 0 0 0;
    }

    Let me know if this helps

    Thread Starter MommyCriesToo

    (@mommycriestoo)

    Thank you, but doesn’t seem to be changing anything. ?

    Hi there,
    could you provide a URL so I can have a closer look?

    Thread Starter MommyCriesToo

    (@mommycriestoo)

    https://www.mommycriestoo.com

    I used 950×150 px and put the circle logo at the very bottom of the space.

    Hi there, do you have any caching plugins enabled? Please purge your cache and let me know if you see any changes.

    Thread Starter MommyCriesToo

    (@mommycriestoo)

    I tried both of the code options after purging cache through my plugin and also the cache and cookies through explorer. Nothing changed.

    I then went in through editor and the second option worked for me after purging cache again both ways. I’m thinking that the plugin to add custom css isn’t working? It has in the past though.

    Anyway, it’s fixed so I’ll take it.
    Thank you so much for the help!

    Thread Starter MommyCriesToo

    (@mommycriestoo)

    Resolved.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Header/content width’ is closed to new replies.