Menu and Title Location
- The topic ‘Menu and Title Location’ is closed to new replies.
Need help? Check out our Support site, then
My pages/posts that have been customized no longer have the title and menu on the left hand side of the screen; they are now at the top. My pages for just tagged posts still have the correct formatting thought.
The blog I need help with is: (visible only to logged in users)
Hi,
Can you please send me the URL of some pages/posts that have been customized, where I could see that?
Thank you,
Alin
Hi Alin, We’ve also been chatting on email. On my homepage the menu used to be set up the way it shows up on my category post pages. I must have changed a setting, but I would like it to look like the category page on all of my pages. Thanks!
https://jengoesplaces.blog/
https://jengoesplaces.blog/category/family-travel/
It’s all fixed! Thanks!
JK- now the menu is on the top for both posts and my page. I haven’t changed any theme settings. -JEn
Hi, Jen.
I sent a reply via email, but to make sure you get the solution, I am adding the CSS here, too.
So, in order to get the Site Title looking the same on pages and posts, add the CSS:
/* Adjust the Site Title on Homepage */
.singular .site-branding {
width: 800px;
}
@media only screen and (min-width: 900px) {
.singular .entry-image--landscape .entry-featured {
width: 70%;
float: right;
}
}
Insert it in the Additional CSS field under Appearance → Customize.
Stay safe!
Alin