Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1339030

    Hello,

    To fit my specific content, I would like to adjust the “Grid Row Fullwidth Break Point” (Grid Row > Advanced > Fullwidth Break Point) to 1075px. Please see screenshot attached – the only setting to choose from is 989px or lower.

    Would you be able to help me of how to achieve the same setting, however putting the width to 1075px?

    Thank you, appreciate your help! :)

    #1339278

    Hey markus-fischer,

    Thank you for the inquiry.

    You can use this css to adjust the grid row’s Fullwidth Break Point to 1075px.

    
    @media only screen and (max-width: 1075px) {
     .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        display: block;
      }
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.