Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1196453

    hello, I need to have the title go all the width of the page with no sidebar on the side (the sidebar needs to be down, at the height of the text of the article), in all the blog posts.

    Now, in the pages, I am achieving this using the advanced layout editor but I can not do that with the articles (it would be too difficult for the Client in the future to add new posts).

    I am attaching a couple of screenshot – it’s so much better than trying to explain it :)

    Thanks!

    #1197608

    help!

    #1197635

    Hi!

    You can add following code to Quick CSS to move sidebar down on single posts

    .single-post .sidebar.sidebar_right {
        padding-top: 150px;
    }

    However making title full-width and placing post content and sidebar side by side is currently not possible, unless you use Advanced Layout Builder to create your blog posts.

    Best regards,
    Yigit

    #1197639

    is currently not possible, unless you use Advanced Layout Builder to create your blog posts.

    Thanks Yigit I needed your confirmation on this as I already thought it wasn’t possible…

    #1197642

    Hi,

    You are welcome! Shall we mark this thread as resolved then? :)

    Best regards,
    Yigit

    #1197643

    yes thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to have the title of a post occupy all the width?’ is closed to new replies.