Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #443297

    Is it not possible to have a fullscreen slider….
    but have the Gridrow elements (which I want with no padding) be contained within a set pixel width (for example, 1200px)?

    Setting a BOXED LAYOUT won’t do it, because it just puts the fullscreen slider wirthin the box as well.

    #443894

    Hey Justin!

    In that case you’ll want to use a color section with our column shortcodes inside it.

    Regards,
    Elliott

    #444543

    I don’t understand.

    #444577

    Hey Justin!

    Can you please post the link to your page where we can see how far you have manage to create the layout? We may be able to provide you some custom CSS code.

    Best regards,
    Yigit

    #444622
    This reply has been marked as private.
    #444636

    Hi Justin!

    Please give your color section a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS

    #your-unique-id .flex_column {
      margin: 0;
    }
    #your-unique-id .av_one_third {
      width: 33.3%;
    }

    Cheers!
    Yigit

    #444643
    This reply has been marked as private.
    #444647

    Hi!

    Seems like you code is not being applied. It should defiinitely work. If you do not mind posting temporary admin login we can look into it Justin.

    Cheers!
    Yigit

    #444657
    This reply has been marked as private.
    #444658

    Hey!

    Can you please switch user role to administrator? :)

    Cheers!
    Yigit

    #444663
    This reply has been marked as private.
    #444667
    This reply has been marked as private.
    #444668

    Hey!

    I moved the code to the top of Style.css file and it worked. Please review your website now :)

    Cheers!
    Yigit

    #444671
    This reply has been marked as private.
    #444672

    Hey!

    I checked your CSS and could not see any errors.
    You are welcome sir! Always glad to help

    Regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Grid row (fixed width)’ is closed to new replies.