Home Forums Basel support forum Pages Widht

Pages Widht

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

    Maria_87
    Participant

    Hi, I have use “Stretch row and content” on Riga settings to customize Homepage width. Great.
    My question is: is it possible customize others pages width? I’m thinking about:

    • product page
    • blog page
    • single product page

    Thank you in advance.

    #76614

    Hello,

    Navigate to the Theme Settings > General Layout and set the “Full width”. This is the global option and all the pages and products will be full-width.

    Best Regards

    #77106

    Maria_87
    Participant

    Hello, I have already “Full Width” option activated, but anyway Shop Page has big white margins on the right and on the left. Is there an option to reduce these margins and use more screen width?
    I send you a screenshot.
    Thank you in advance.

    Attachments:
    You must be logged in to view attached files.
    #77111

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global

    @media (min-width: 1200px){
    body .main-page-wrapper .page-title-default .container {
        width: 100%;
    }
    }

    Best Regards

    #77116

    Maria_87
    Participant

    Thank you, I have tried add the code that you provided me, but the page width doesn’t change.

    Attachments:
    You must be logged in to view attached files.
    #77145

    Hello,

    Replace the code with this one:

    @media (min-width: 1200px){
    .container {
        width: 100%;
    }
    }

    If you want to remove paddings / margins add these lines inside:

    padding:0;
    margin:0;

    Best Regards

    #77150

    Maria_87
    Participant

    Still it doesn’t work.

    #77164

    Hello,

    Please try this one:

    Hello,

    Replace the code with this one:

    @media (min-width: 1200px){
    .container {
        width: 100%!important;
        min-width:100%;
    }
    }

    Best Regards

    #77535

    Maria_87
    Participant

    Great! This code works perfectly, thank you for your support.

    #77563

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Pages Widht’ is closed to new replies.