Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #1016122

    on my main page, there was one color section that I need to remove.
    but If I do that, next products 2 rows are gone in mobile view. (ref. picture name “2”.
    as you can see on picture 1, there is space now nothing but took space.
    please let me remove.
    thanks always Dear!

    1 : https://drive.google.com/file/d/1qeZg6K77Ts837sAVEVV1P04ZLxhVSe1Z/view?usp=sharing

    2 . : https://drive.google.com/open?id=1KJKAV3NAUtA0z_7oL3yKpSWKYxpse9ZD

    #1016134

    Hey ngavy,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1016220

    Hi. Victoria
    I did. but still it shows that I dont want.
    Please let me know another method.
    Thanks.

    #1016440

    Hi,

    That is the default content padding. You can adjust it with this css code.

    @media only screen and (max-width: 767px) {
    .content, .sidebar {
        padding-top: 10px;
    }
    }

    Best regards,
    Ismael

    #1016447

    sorry. it is not working.
    I put those in the quick CSS in general styling in enfold.
    still the same as it used to.
    please recheck it. thanks.

    #1016459

    Hi,

    Did you enable the Performance > File Compression settings? Please disable those options while you’re editing the site.

    Best regards,
    Ismael

    #1016463

    I can not find ” File Compression settings” in the Performance.
    could you tell me whichi one?

    or could you tell me other way to fix it?

    cause it seems something related to color section placed above.

    cause if I remove coloer section used to be there, It make wrong dispaiy.

    if it remains, it is right that should be.

    #1016464

    Hi,

    There are two dropdown options under this text:

    File Compression
    In order to increase the speed of your website you can activate file merging and compression for your CSS and Javascript files. This will reduce and optimize the amount of code loaded.

    Please note: By default compression is enabled. It is recommended to only disable the feature when you encounter errors (some server environments might cause trouble with active compression) or while you are actively developing your website and are adding new CSS rules or Javascript functions.

    Please try to disable those options.

    Best regards,
    Rikard

    #1016478

    i tryed both enable and disable in General. and I changed CSS again.
    still nothing changed. could you look it up? dear
    thanks.

    #1016910

    Hi,

    The stylesheets and scripts are still minified because of the Autoptimize plugin. We disabled it temporarily along with your cache plugin W3 Total Cache. Please enable those plugins back once you’re completely done with the site.

    Best regards,
    Ismael

    #1016956

    I tried again after Ismael responds. but all the same.

    I guess you didn’t understand my question.

    It seems like this at the moment . ( https://cl.ly/3s3L023a3c2w )

    But I want to make 2 colume like this ( https://cl.ly/1H0u3f3S3g2n )

    Please let me know what I have to do

    Thansks.

    #1017056

    https://drive.google.com/open?id=1bZN8DrQh0OA-u4dS04hrGP2a5hMoVkaN

    the matter is this. with the empty color section btw advanced slider and products section make the right 2 columns.
    but if I remove the empty color section, it makes one column.
    I want to make without the empty color section and with 2 columns.
    Please let me know what to do.
    Thanks!

    #1017069

    Hi ngavy,

    Please remove the color section and we try to adjust the css for you to have products in two columns on tablet (do you need 2 columns for mobile too)?

    Best regards,
    Victoria

    #1017108

    i did remove .

    sorry. only mobile 2columns.

    for desktop, 4 columns.

    #1017132

    Hi,

    Best regards,
    Victoria

    #1017133

    Hi,

    Best regards,
    Victoria

    #1017134

    Hi,

    Best regards,
    Victoria

    #1017324

    Hello.

    #1017759

    any body working on it ?

    I need to be solved soon. Please.

    #1018756

    Hi,

    This css code should help but it will affect all 1/4 columns.

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column.av_one_fourth {
        margin: 20px 1% 0 0;
        float: left;
        width: 49%;
    }
    }

    Turn on the custom css class field if you want to apply this modification for specific columns.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    #1019731

    Hello. Ismael. I did what you replied to me.
    but I just don’t want to affect on the Footer having 4 columns.
    If you have an answer for it, Please let me know.
    Thanks.

    #1019755

    Hi,

    Have you tried adding a custom css class attribute to those columns? Please review the doc that I provided above.

    Best regards,
    Ismael

    #1019762

    Hi. Yes. I edited a custom css class. it worked. but also it worked the footer. so, I want to make the footer previous version. please let me know if you have another css. thanks.

    #1020127

    Hi,

    Did you adjust the css modification base on the custom css class attribute? How did you adjust it? The code should look something like this:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column.yourcustomcssclass {
        margin: 20px 1% 0 0;
        float: left;
        width: 49%;
    }
    }

    The selector “.yourcustomcssclass” should be replaced with the custom css class attribute.

    Best regards,
    Ismael

    #1020135

    https://drive.google.com/open?id=1x3Eob_ovToym8kvTC1Oauf_xUTgPURnB
    See up url image. I changed ‘customcssclass’ but again now working at all. not 2 columns. Please recheck it. Thanks.

    #1020157

    Hi,

    Instead of adding a custom css class attribute to the columns, I just named the color section “ngavy-coffee” using the Section ID field and then applied it to the css modification above.

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #ngavy-coffee .av_one_fourth {
        margin: 20px 1% 0 0;
        float: left;
        width: 49%;
    }
    }

    Screenshot: https://imgur.com/a/Des4USS

    Best regards,
    Ismael

    #1021562

    thanks. for your work. thanks

    #1021804

    Hi ngavy,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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