• Resolved Monsterbaby

    (@monsterbaby)


    Hey!
    I have no idea what happened. On my site:

    https://www.Druidsofthebeast.com – the navigation bar is suddenly on top of one another, instead of next to each other.

    I think I tried to center it, nothing happened and then a few days later it looks like this. In the Theme options I tried restoring it to default, however it is still messed up.

    As a reference: This is my other website, using same theme:
    https://www.linebering.com

    There the navigation bar is correct. I have looked through the code on both sites to see if I can spot the error, however I have not been able to.

    Is there please anyone who knows how to fix this? The site is used by a community of 300+ people, so I’m really sad I managed to mess it up that horribly!! ??

    Thanks so much if anyone knows how to fix this!
    (As this is the first time I ask for help, I hope this is the right place for this kind of problem)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Find this in your style.css file:

    .main-navigation li {
        float: left;
        font-family: "Roboto",sans-serif;
        font-weight: 300;
        position: relative;
    }

    And add the float: left; line back in – it’s missing.

    Thread Starter Monsterbaby

    (@monsterbaby)

    Hey! I believe I found the CSS you mentioned, it looks like this in mine:

    .main-navigation li {
    float: center;
    position: relative;
    font-family: ‘Roboto’, sans-serif;
    font-weight: 300;

    However, I’m not sure exactly what you mean, add the float: left; line back in -,

    I tried changing the float to left, but it didn’t do anything when I updated it.

    Thanks still, I really appreciate it. I’m getting a bit desperate here :s

    Thread Starter Monsterbaby

    (@monsterbaby)

    Does it take time before it updates by the way? (Silly question I know! I’m very new to WordPress, and I have no clue of coding)

    It’s fixed – try clearing your browser cache!

    Thread Starter Monsterbaby

    (@monsterbaby)

    You are a champ!! I’m so happy to see it’s all fine now ??

    Thank you so much <3! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Theme Accelerate by ThemeGrill – My navigation bar is messed up. I need it reset’ is closed to new replies.