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
Hi Carolina!
Can you please try de-activating all active plugins and check if that helps?
Regards,
Yigit
Hi Yigit
Unfortunately de-actibvating the pluggins doesn’t help… :-(
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
Yigit
Hey!
Login credentials do not seem to work, can you please check them once again?
Cheers!
Yigit
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?
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
I figured out how to make a side navigation with widgets… is there a way to make the navigation on the header disappear?
Yigit? Is there a way to make the navigation on the header disappear completely?
Hey!
You can use this on Quick CSS or custom.css to remove the navigation:
nav.main_menu {
display: none;
}
Cheers!
Ismael
Thank you very much!