Okay
  Public Ticket #1954048
Articles pleine page
Closed

Comments

  •  6
    Monique Jacquet started the conversation

    Bonjour,

    Comment mettre mes articles en pleine largeur, comme pour les pages.

    Cordialement

  • [deleted] replied

    Hi Monique,

    Can you please write your message in English?

    Thanks!

  •  6
    Monique Jacquet replied
    Hello, How to put my articles in full width, as for the pages. cordially
  • [deleted] replied

    Hi Monique,

    Can you please add the code below to your Custom CSS area:

    @media (min-width: 1400px) {
        .container, .content-area {
            width: 1370px;
            max-width: 1370px;    
        }
        
        .vc-container .vc-parent-row.row-stretch_row>.vc_row,
        .vc-container .vc-parent-row.row-default {
            width: 1370px;
            max-width: 1370px;    
        }
        
        .woocommerce .products.columns-3 .product {
            width: 33.3%;
        }
    }

    Have a great day!

  •  6
    Monique Jacquet replied

    I put the code but no change of posts.

    cordially

    Monique

  • [deleted] replied

    Hi Monique,

    Sorry, I gave you a commented code, here is the correct CSS code:

    Please add that code to your Custom CSS area:

    @media (min-width: 1400px) {
    .container, .content-area {
    width: 1370px;
    max-width: 1370px;
    }

    .vc-container .vc-parent-row.row-stretch_row>.vc_row,
    .vc-container .vc-parent-row.row-default {
    width: 1370px;
    max-width: 1370px;
    }

    .woocommerce .products.columns-3 .product {
    width: 33.3%;
    }
    }

    Have a great day!

  •  6
    Monique Jacquet replied


    No change

  • [deleted] replied

    Hi Monique,

    Can you please tell me what exactly you want to make full-width. The Featured Image in your blog posts or somewhere else?

    Also please share your Wordpress credentials because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar (see how)

    Thanks!

  •   Monique Jacquet replied privately
  • [deleted] replied

    Hi Monique,

    The right space area appeared because you activated blog sidebar but your Sidebar was not using any widget (more).

    I just deactivated blog sidebars for you (see video).

    Have a great day!