Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #952158

    Hi!

    I can’t find how to reduce space between columns (with ALB). I tried hard but I haven’t been able to target the right element with CSS…
    Please see link to the page + screenshot of what I’m trying to do.

    Also, I am using the “zoom on hover” effect on images, but since last update (4.3), the image is “cut” on the edges when zoomed.
    I have also tried various things, but I can’t seem to find the right element to target !
    Please see link + screenshot of the page too.

    Thanks a lot!

    #952204

    Hey Vrout,
    To reduce the space between columns on your page, Try this code in the General Styling > Quick CSS field:

    
    #top.page-id-3719 .flex_column_table {
        width: 80%!important; 
        margin: auto!important; 
    }

    Please see screenshot in Private Content area of expected results.

    Best regards,
    Mike

    #952782

    Hi Mike,

    Thank you for your help.

    Do you know how I could target a specific row ? I don’t want to apply this to the whole page.
    I added the same class to the blocks I want to move tighter, and I tried to target it like this : “#top.page-id-3719 .flex_column_table .myclass” but it didn’t work.

    And please it would be great if you could help me with my second issue (see my first post), don’t hesitate to tell me if I should open a new topic for it.

    Thank you!

    #952975

    Hi,
    I looked at your page again, and I’m sure you only have one “flex_column_table” on the page, the “flex_column” below with the images are not affected.
    Please see screenshot in Private Content area.
    But if you only want to do one row within the flex_column_table, you will need to please give more info, preferably with a screenshot.
    We can work on the second issue within this thread, once the code fix for the first is in place.
    Thanks for your patience and understanding.

    Best regards,
    Mike

    #952984

    Hi Mike,

    Thanks for your answer, unfortunately when I use the code you provided me, it also affects almost all elements that are above the part with the green little icons on the screenshot. But you are right that it does not affect what is below the icons part.

    To answer the second part of your message, it looks like I am therefore trying to target these 3 specific rows (the 3 rows with the green little icons). Do you think it is possible ?

    Thank you again,
    Have a nice day,

    #953021

    Hi,
    Sorry, I see now that I did miss that there is a flex_column_table above.
    Please try:

    #top.page-id-3719 .flex_column_table:nth-child(n+15) {
        width: 80%!important; 
        margin: auto!important; 
    }

    Best regards,
    Mike

    #954516

    Hi Mike!

    Sorry for my late answer, I just tested it and it works great !
    Thank you for your help on this.

    May I ask you to help me on my second issue please?

    Thanks,
    Have a nice day

    #955017

    Hi,

    Great, glad you got it working. What is your second issue?

    Best regards,
    Rikard

    #956421

    Hi Rikard,

    Thanks for you answer.

    My second issue is that I am using the “zoom on hover” effect on images, but since last update (4.3), the image is “cut” on the edges when zoomed.
    I have tried various things, but I can’t find the right element to target with CSS to arrange that.

    Please see link + screenshot in my first post of this topic.

    Thanks!

    #957377

    Hi,

    Thank you for the info. This css code should fix the hover issue.

    .av-hover-grow {
        overflow: visible;
    }

    Best regards,
    Ismael

    #958359

    Hi Ismael,

    Thank you for your help, but still no luck with this CSS fix :/

    Do you have an other suggestion maybe ?

    Thanks !

    #959674

    Hi,

    The css code works on the browser inspector. Where did you add it? Please provide the login details in the private field.

    Best regards,
    Ismael

    #964428

    Hi,

    Sorry for my late answer.

    I added the fix to the quick CSS block in enfold options, I tried adding “!important;” but still didnt work.
    Updating Enfold didn’t help.

    Thank a lot

    #964651

    Hi,

    Thanks for the update. The images that I checked are smaller than the others so I actually thought that the css modification worked. We adjusted the code a bit.

    .av-hover-grow, .av-hover-grow .avia-image-overlay-wrap a.avia_image {
        overflow: visible!important;
    }

    Best regards,
    Ismael

    #969785

    Hi,
    Thanks a lot Ismael, it works perfectly !

    #970064

    Hi,
    Glad Ismael was able to help, shall we will close this now?

    Best regards,
    Mike

    #970090

    Hi, Yes you can close now, it’s all solved! Thanks to the team

    #970247

    Hi,
    We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Space between columns (ALB)’ is closed to new replies.