[Resolved] Keep right menu aligned on tablet and small laptop

Home Forums Support [Resolved] Keep right menu aligned on tablet and small laptop

Home Forums Support Keep right menu aligned on tablet and small laptop

  • This topic has 7 replies, 3 voices, and was last updated 7 years ago by Tom.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #299640
    Edwin

    Hi

    How to keep the right menu(float right) aligned with the logo on small laptop and tablet?

    See image http://visualdevelopment.com.au/fairycoolparties/wp-content/uploads/2017/03/right-menu.jpg

    Thanks

    Edwin

    #299643
    Leo
    Staff
    Customer Support

    Hi there,

    Are you able to provide a link to that site?

    Thanks!

    #299653
    Edwin
    #299742
    Tom
    Lead Developer
    Lead Developer

    You would have to use media queries to reduce the width of your logo at certain widths.

    For example:

    @media (max-width: 1000px) {
        .site-logo img {
            max-width: 300px;
        }
    }
    #299757
    Edwin

    Hi Tom

    Already tried that. logo is getting smaller but menu stays the same.

    Also i have a issue in the blog with feature image showing on top of the blog.

    See link

    http://visualdevelopment.com.au/fairycoolparties/index.php/2017/03/31/first-story/

    #299948
    Tom
    Lead Developer
    Lead Developer

    Try adding this CSS as well:

    .site-logo {
        float: left;
    }

    You can change where the featured image on single posts displays in Customize > Layout > Page Header.

    #300488
    Edwin

    Thank you Tom

    That worked.
    One more question. Is is there a way to add the page header image also to the single post page?

    #300550
    Tom
    Lead Developer
    Lead Developer

    Which page header image? Each page and post has the ability to have their own page headers.

    Let me know 🙂

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