Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #241415

    Hi.

    When I have a sidebar, the blog looks like this, and the sidebar just shows empty at the bottom.

    https://imageshack.com/i/ngpxphp

    When I remove the sidebar, the blog looks all centered, with the thumbnail on top.

    https://imageshack.com/i/0vti8kp

    I’d like it to keep looking like the one with the sidebar, but without the bottom sidebar.

    Also, is there a way to have a box that includes the thumb and the information, in order to help make text readable so that I can have a complete background image?

    Thanks.

    #241453

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #241525
    This reply has been marked as private.
    #242375

    Any ideas? :(

    #242380

    Hi!

    Activate the sidebar and the add this to the Quick CSS:

    .page-id-119 .sidebar{
    display: none;
    }

    Best regards,
    Josue

    #242522
    This reply has been marked as private.
    #242529

    Hey!

    Try using this code instead:

    .page-id-119 .sidebar{
    display: none !important;
    }

    Best regards,
    Josue

    #242538

    Added it. It hid the text showing into the sidebar, but the space with the divisions still show at the bottom,between the blog posts and the footer. :(

    #242899

    Hey!

    Please add following code to Quick CSS as well

    .page-id-119 #after_section_1 {
    display: none!important;
    }

    Regards,
    Yigit

    #243016

    That worked this time. Thanks to both.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Keep blog horizontal format without a sidebar’ is closed to new replies.