Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1168163
    Grischa
    Participant

    Hi.

    I’d like to have the single posts full as in the attached picture.

    Current posts look like this:
    http://alb-gebaeudehuellen.de/de/projekt-1/

    This is what I would like them the same as this page:
    http://alb-gebaeudehuellen.de/de/leistungen/

    How can I achieve this? Would this also be possible with the portfolio items? Currently I’m using posts as project pages as I had difficulties designing the portfolio and it’s items.

    Thanks for the help.

    Best wishes.

    Grischa

    URL: http://alb-gebaeudehuellen.de/

    #1168676
    Jade
    Moderator

    Hi Grischa,

    You seems to have missed the image that you mentioned.

    Kindly post it so that we could provide you with some suggestions.

    #1169023
    Grischa
    Participant

    Hi.

    Sorry if you check go to the links that will actually show how it currently looks and what I would like it to look like.

    Thanks.

    Grischa

    #1169089
    Rue Nel
    Moderator

    Hello Grischa,

    Thanks for the updates! To resolve your issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .single-post .site > .x-container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .single-post .site .entry-featured img {
        min-width: 100%;
    }
    
    .single-post .site .entry-header{
        max-width: 1200px;
        margin: 0 auto;
    }

    And after that, you need to edit each of you post and make sure that the column container is enabled in the row settings that doesn’t need to be fullwidth.

    Hope this make sense.

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