[Support request] Right Sidebar below content for screen width of 991px

Home Forums Support [Support request] Right Sidebar below content for screen width of 991px

Home Forums Support Right Sidebar below content for screen width of 991px

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1522367
    Robin

    Hello GP-Team!
    First I have to say, great theme, and even better support here.

    I have following question: I would like the right sidebar to be shown below the main content area for tablets. How can I achieve that?

    Followup question: How can I center the Post-Title above the main content area?

    My Site

    Thank you in advance for your help!

    #1522667
    David
    Staff
    Customer Support

    Hi there,

    1. try this CSS:

    @media(max-width: 991px) {
        .right-sidebar .site-content {
            flex-direction: column;
        }
        .right-sidebar .site-content .content-area,
        .right-sidebar .is-right-sidebar {
            width: 100%;
        }
        .right-sidebar #main {
            margin-right: 0;
        }
    }

    2. Did you resolve this issue? As the title is centered in the header element ?

    #1523437
    Robin

    Hi David!
    Thank you so much. First issue is resolved thanks to your help.

    The second issue i could not fix. I would like the post title to be centered above the main content area. Right now it is centered above the whole content area including the widgets area.

    Can you help me with this?

    #1523538
    David
    Staff
    Customer Support

    Use a Header Element to display H1 Title by adding the <h1>{{post_title}}</h1> this will appear above the main container.

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