Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1194073
    strandbein
    Participant

    Hi, would it be possible to have the same look for search and blog index page like the content in an normal page with template “layout -fullwidth” (in that white grounded container)?
    Thank you,
    Jens

    #1194157
    Thai
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1194745
    strandbein
    Participant
    This reply has been marked as private.
    #1195055
    Rue Nel
    Moderator

    Hello Jens,

    Thank you for providing the information. To resolve this issue and make the same layout for the blog and search pages, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .blog .x-main.full,
    .search .x-main.full {
        margin-top: -5px;
        padding: 60px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 0.35em 0.35em 0 rgba(0,0,0,0.135);
    }
    
    .blog .x-header-landmark,
    .search .x-header-landmark {
        padding: 60px;
        padding-bottom: 10px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 0.35em 0 rgba(0,0,0,0.135);
    }
    
    .blog .x-container.max.width.offset,
    .search .x-container.max.width.offset {
        margin-top: 0;
    }

    We would loved to know if this has work for you. Thank you.

    #1195358
    strandbein
    Participant

    Great! Wonderful support, thank you very much,
    Jens

    #1195360
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1194073 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>