Site logo

Archived topic

Mobile menu is pushing content down

19 replies · Started by Edwin on October 30, 2016

Viewing posts 1–15 of 20

Hi

How to show menu over content when opening?
It is now pushing the content down.

Thanks

Edwin

That would involve making the mobile menu position:fixed, which can cause issues if the number of menu items reaches the bottom of the screen as you wouldn't be able to scroll down to see the rest of the items.

Not generally a good idea unless you only have a couple menu items.

Thank Tom

I have another question.
I have sidebar in the blog page set to "Content (no sidebars)", but it is still showing the sidebar.

Thanks

Edwin

The sidebar in the blog is controlled in "Customize > Layout > Sidebars".

You must be viewing the blog to see the blog specific sidebar setting.

View that page while logged in, and click "Customize" in the admin bar.

It should open the Customizer and you should still see the blog while in the Customizer.

Is the layout option still No sidebars?

I have send the details

Hi Tom

Yes, it is working now.
Another question:
How to change the size of the Blog title without changing everything else.
How to align title to the left under the date?

Thanks again

Edwin

Try this CSS:

h2.entry-title {
    font-size: 30px;
}

You're wanting the blog post title to display under the date? On the blog page or the blog page and the single post page?

Hi Tom

That didn't work.
What is the blog page in themes folder? (php file) I would like to add some more additional options to the blog.

The blog is controlled by the index.php file and the content.php file.

Make sure to copy these files to your child theme if you'll be editing them.

If you can link me to the page where it didn't work it would help me see why.

Hi Tom

http://maisonmelbourne.com.au/new-website/blog/

Thanks for letting me know the files location.
I need to move the title under the date and have border-top and bottom for each blog. I tried it with and worked, but it shows also in other pages.

.inside-article{
border-top:1px solid #9D7C52;
border-bottom:1px solid #9D7C52;
}

This archived topic is closed to new replies.