• Hi there. I have no idea what I’ve done, but I’ve screwed up my website a bit. There used to be a menu bar at the top but it’s gone
    http://www.hungrylondoner.com/

    I use the Zylyz theme. I think the issue could be some change I made in the header.php file but not entirely sure to be honest.

    I could download the original header.php file again but I remember customising it quite a lot.

    I have backups but they overwrite every night, so it doesn’t help me in this case as the problem happened several days ago.

    If anyone could assist me in resolving this I’d be very grateful and even buy them a beer if they’re ever in London!

    Jonny

Viewing 11 replies - 1 through 11 (of 11 total)
  • It’s still there, but is covered by the picture in the div #casing. If you put a margin at the top of the div to lower the pic it will miraculously reappear.

    Now about that beer …

    Thread Starter jonnyguitar

    (@jonnyguitar)

    Hey Bob. Thanks for the reply! Which file would I need to edit? I’ve looked in header.php but it’s not clear what I need to change!

    Any help would be good, and the beer will be yours!

    Add

    margin-top:90px;

    to line 213 of your style.css

    Thread Starter jonnyguitar

    (@jonnyguitar)

    Awesome, now the menu has appeared but the background is screwed. It used to be that purple colour. Any ideas?

    Really appreciate your help!

    Do you mean the background to the menu or the whole page?

    And is it the purple behind the header, or behind the little house icon in the menu bar?

    Thread Starter jonnyguitar

    (@jonnyguitar)

    The background to the house icon is correct. Before that shade of purple kept running right to appear under the other menu items…

    What a mess. πŸ™

    Add background: #aa6faf;
    to style.css at line 446

    Thread Starter jonnyguitar

    (@jonnyguitar)

    Awesome thanks! Unfortunately the problem remains on each post though. Where do you think I need to change the CSS file for that?

    Thanks again, really nice of you to reply like this.

    jonny

    Haha Jonny, not really nice, I’m just lining up the beers!

    You need to remove position:relative from #wrapper at line 205 in your style.css

    Should do it

    Hi again Jonny, just noticed that following the last instruction puts your white content directly below your menu, whereas on your home page there is a small gap before the content.

    To make this consistent either reduce margin-top to 75px at line 213 of style.css, or put a margin-top of 15px in at line 205. First one removes the gap from the home page, the second one puts the gap on the other pages.

    Thread Starter jonnyguitar

    (@jonnyguitar)

    I did the first suggestion which sorted it, thanks!

    I’m still not sure that happened, and it’s not 100% like it was before but at least it’s functional now. there’s a bit of a gap under the search bar I want to get rid of still? but it’s no biggie.

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

The topic ‘Lost my menu :-( Please help!’ is closed to new replies.