Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1243754

    In the page I’ve added you will be able to see the first column as it should be, but without link.

    I’ve cloned it below and added a link on the first cell so that you can see the difference.

    I can’t figure out why that is happening.

    #1243922

    Hey kinderheim511,

    Thanks for providing the link.
    I tried to reproduce the same thing on my end but I do not get the same result.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1244061

    Done.
    Please take a look.

    #1244551

    Hi kinderheim511,

    Thanks for giving us admin access.
    The issue is from your CSS code in the Simple Custom CSS plugin (line 25-26):

    .zece {
    	width: 10% !important;}

    Those 2 1/4 columns with images in it have zece class which forces 10% width.

    Best regards,
    Nikko

    #1244624

    I am trying to obtain the effect from the link I just added, columns with different width inside columns, and forcing the the 10% was my best idea.
    So you know if can obtain this somehow else? I kept looking at columns and grids but couldn’t figure it out.
    Gutenberg has something that doesn’t quite work for me, the Media and Text block.

    #1244851

    Hi kinderheim511,

    I see, please try adding this CSS code then:

    #top .av-layout-grid-container .av-screen-reader-only {
        display: none;
    }

    Best regards,
    Nikko

    #1245065

    Thank you Nikko.

    #1245071

    Hi kinderheim511,

    You’re welcome, we’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Adding link to column breaks it’ is closed to new replies.