Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1326328

    Hello, I’ve tried creating 7 columns using a previous thread:

    class one-seventh on 1/5 columns then:

    #top .flex_column.one-seventh {
    clear: none !important;
    margin: 0 !important;
    width: 14.28% !important;
    }

    But this is not working responsively ie. they are not stacking into one column.

    Please can you advise, thank you!

    #1326351

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 767px) {
    .responsive #top .flex_column.one-seventh {
        width: 100% !important;
    }}
    

    Best regards,
    Yigit

    #1326371

    Many thanks!

    #1326381

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘7 columns’ is closed to new replies.