Thread Starter
av8r10
(@av8r10)
Now something else has happened, the homepage has changed completely. My home page is the one with the small h not the large one.
What Theme are you using?
Menu:
Your previous theme was probably auto generating the menu structure.
Since this is a new setup, and this theme likely uses menu locations, you will need to manually select what menu you would like to use for each menu location.
Sidebar:
If you expand the Widget area, do you see anything listed in the default sidebar?
It looks like your sidebar still have those widget area there, even though you may have removed the interior content.
Breadcrumbs:
Depending on your theme, this is most likely a setting.
If you tell me the theme you are using, I can send you some screenshots from my dev server.
Thanks!
Thread Starter
av8r10
(@av8r10)
It is called colorway theme.
I am trying to centre the site including the menu and logo just this issue now. I have managed to fix the homepage issue just fine.
Thread Starter
av8r10
(@av8r10)
Also, the “our blog” is constantly highlighted, why is this?
Removing widgets does not remove the space for the sidebar in the layout. If your theme does not have one, you will need to make a template that is full-width (no sidebar). But that can only be done in a child theme – so start by setting that up:
http://codex.wordpress.org/Child_Themes
And BTW, do not bump or post duplicate threads. I deleted your other one. These are volunteer run forums so sometimes help may not be available as fast as you’d like.
Thread Starter
av8r10
(@av8r10)
Hey thanks alot, apologies first time poster. how do i centre the logo and menu?
No worries, now you know :)!
I think that theme has custom CSS option? If so, try adding this to that section:
.logo {
display: table;
margin-left: auto;
margin-right: auto;
}
.header .menu-bar {
display: table;
margin-left: auto;
margin-right: auto;
}
Thread Starter
av8r10
(@av8r10)
how do i get to custom css?
Cool – you’re welcome. BTW, if you have more questions about Colorway theme, the best place to post them will be in the theme’s own sub-forum here:
https://wordpress.org/support/theme/colorway
Scroll to the bottom to the new post form to make a new thread there (best not to post in anyone else’s thread).