• Closed
  • Paul Korber
    Spectator
    October 19, 2014 at 8:08 pm #13271

    Hi There,

    I have uploaded my custom header matching the specific dimensions required.

    Now my menu partially obstructs the header – how can I fix this?

    My site: http://completelybaby.com

    Thanks

    Roman
    Spectator
    Posts: 3147
    October 21, 2014 at 7:38 pm #13290

    try to insert in the Custom CSS for example:

    .custom-header {padding-bottom:40px!important;}

    Paul Korber
    Spectator
    Posts: 10
    October 25, 2014 at 3:08 pm #13325

    Hi I tried to insert the code you put in above but still obstructed – can you take a look ad advise please?

    Thanks

    Roman
    Spectator
    Posts: 3147
    October 26, 2014 at 10:06 am #13336

    try :

    .custom-header {height:180px;padding-bottom:40px!important;}

    modify per your needs

    Paul Korber
    Spectator
    Posts: 10
    October 26, 2014 at 7:57 pm #13339

    thanks for that