Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #340119

    Hi guys

    SOS! I am having trouble with the sidebar navigation. I tried to choose it, but there is a huge white space at the left.
    This why I returned to have in on the header, but the white space on the left is still there.
    How can I get rid of it?

    Thanks

    #340128

    Hi Carolina!

    Can you please try de-activating all active plugins and check if that helps?

    Regards,
    Yigit

    #340166

    Hi Yigit

    Unfortunately de-actibvating the pluggins doesn’t help… :-(

    #340175

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #340182
    This reply has been marked as private.
    #340197

    Hey!

    Login credentials do not seem to work, can you please check them once again?

    Cheers!
    Yigit

    #340204

    Hi Yigit

    There is a blockade to access the WP of this website from outside of the university. Guess you can’t access because of that.
    Unfortunately there is nothing I can do do to make it accessible for you. Is there something else I can do without you accessing the backend?

    #340205

    Hi!

    Please edit your page and make sure that you chose to display no sidebar under Layout section.
    If that does not work, please try adding following code to Quick CSS

    .home .sidebar { display: none!important; }
    .home .content { width: 100% !important; border: none !important; }

    Regards,
    Yigit

    #340208

    I figured out how to make a side navigation with widgets… is there a way to make the navigation on the header disappear?

    #341064

    Yigit? Is there a way to make the navigation on the header disappear completely?

    #341230

    Hey!

    You can use this on Quick CSS or custom.css to remove the navigation:

    nav.main_menu {
    display: none;
    }

    Cheers!
    Ismael

    #341348

    Thank you very much!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘SOS! Issues with sidebar navigation’ is closed to new replies.