[Resolved] Mobile menu is pushing content down

Home Forums Support [Resolved] Mobile menu is pushing content down

Home Forums Support Mobile menu is pushing content down

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #240039
    Edwin

    Hi

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

    Thanks

    Edwin

    #240081
    Tom
    Lead Developer
    Lead Developer

    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.

    #240251
    Edwin

    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

    #240377
    Tom
    Lead Developer
    Lead Developer

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

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

    #240501
    Edwin

    Hi Tom

    It is still showing sidebar after setting layout/sidebar/content(no sidebars)

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

    #240558
    Tom
    Lead Developer
    Lead Developer

    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?

    #240567
    Edwin
    #240601
    Tom
    Lead Developer
    Lead Developer

    Very strange, any chance you can email me temporary admin login details?: https://generatepress.com/contact/

    #240629
    Edwin

    I have send the details

    #240813
    Tom
    Lead Developer
    Lead Developer

    Here’s what I’m seeing when you Customize that specific page: http://screencast.com/t/ESZOtr3MONIf

    #240902
    Edwin

    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

    #240964
    Tom
    Lead Developer
    Lead Developer

    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?

    #240973
    Edwin

    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.

    #240975
    Tom
    Lead Developer
    Lead Developer

    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.

    #240976
    Edwin

    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;
    }

Viewing 15 posts - 1 through 15 (of 20 total)
  • You must be logged in to reply to this topic.