Okay
  Public Ticket #2714403
Main Shop Layout full width
Closed

Comments

  •  7
    Max started the conversation

    Hi,

    I would like to know if it's possible de put the Main Shop Layout in fullwidth ? and then adjust the padding on the left and right ?

    thks a lot :)

  •  8,848
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
        .archive.woocommerce-page .container.main-content {
            max-width: 100%;
            padding: 0 10%;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  7
    Max replied

    Hi Tahir,

    Thanks a lot! It works great :)