Okay
  Public Ticket #1492935
Page width
Closed

Comments

  • MelchersIT started the conversation

    I want to have the with of the page smaller than my theme is now. Where can i adjust this? I cant find it in the salient menu.

  •  8,441
    Tahir replied

    Hey Again,

    Adjust the value as per your liking .

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
        .container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content article.post .inner-wrap, .material #search-outer #search {
            max-width: 1000px;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • MelchersIT replied

    it worked thankyou

  • MelchersIT replied

    DONE