Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #554561

    Hi, I have built a test Homepage called Denis, Url below, but for some reason it is not responsive, the columns or products. .
    Login details in hidden conment.

    #555034

    Hi Denis!

    Please add following code to Quick CSS

    @media only screen and (max-width: 769px) {
    .flex_column {
        width: 100%!important;
        margin-left: 0!important;
    }
    .shop_columns_5 .products .product { 
    width: 50%;
    }}

    Regards,
    Yigit

    #555055

    Hi Yigit, thank you very much for looking at this for me.

    I applied the code and it has fixed the Footer Widgets.

    It also fixed the product columns to display at 50% of the column width when stacked so I changed that to 100% to get them to fill the full width of the column .

    The Grid row is not responsive though.

    #555110

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 679px) {
    .flex_cell {
        width: 100%!important;
    }}

    Best regards,
    Yigit

    #555181

    Hi Yigit, I added that CSS but it did not work for some reason.

    #555195

    Hey!

    Please change the code to following one

    @media only screen and (max-width: 679px) {
    .flex_cell {
        width: 100%!important;
        display: block;
    }}

    Regards,
    Yigit

    #555199

    Hi Yigit. That has fixed it.
    Thank you.

    I have used Enfold on a few sites without issue but for some reason any new Element and page I am creating on this site is not working Responsively.

    I do not want to be bothering you guys for CSS fixes for every new element and page I create, there is obviously something at the core of this causing it.

    Any idea’s on what it could be?

    #557086

    Hey!

    there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Best regards,
    Andy

    #557218

    Hi Andy, just did that so hopefully it will correct the issue.
    You may close this thread.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Page Not Responsive’ is closed to new replies.