Okay
  Public Ticket #1500216
Fixed column width
Closed

Comments

  • arnolap started the conversation

    Hi, 

    I feel dumb, but i'm struggling to understand how can I, in Salient , setup a very basic pixel-fixed-width column for content in a full width site (header..).

    cf screenshot attached.

    What is the best way to achieve this ?


    thanks

  •  9,014
    Tahir replied

    Hey Again,

    Try using the Max-width Fields in here : http://prntscr.com/iq2nh8.

    Be.st


    ThemeNectar Support Team 

  • arnolap replied

    Thank you for you answer but it doesn't  answer my question : I have 1 "column" (page container)  , containing multiple rows , each row containing multiple columns + elements, as you can see on my screenshot.

    I need to fix the max-width of the whole column page container, not just 1 element, but I don't find any "page container" that contains all rows in page editor.

    Thanks

    - Arnaud


  •  9,014
    Tahir replied


    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 {
            max-width: 800px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • arnolap replied

    ok, it works ! Thanks a lot for the quick and precise answer.

    I'm very surprised it's not in the theme options natively though

    - Arnaud