Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1051348

    I have unwanted space between portfolio items. The first items are connected, but as soon as an item hits the browser edge extra space is added between the items.

    #1051757

    Hey oogopslag,

    Can you give us a screenshot on the issue you’re having?
    You can upload the screenshot in https://imgur.com/ or any online image sharing sites and post the link here.
    You can also post the link in private content, if you don’t want it to be visible to others.

    Best regards,
    Nikko

    #1051898

    I already posted the link in the private content section ;) .

    #1052282

    Hi oogopslag,

    I apologize I didn’t see the issue when I first checked that’s why I requested for screenshot but I could see it now.
    The image overlay seems to be causing that issue and css can’t fix that issue so the solution is either finding out what really causes this behavior or through js fix.
    But to investigate it further, 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
      ( do 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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1052289

    Thanks. I tried through CSS but it didn’t fix it. So hopefully you can find out a solution. Credentials are provided.

    #1053428

    Hi,

    What was your CSS code you have used?

    Best regards,
    Basilis

    #1053584

    Several options. Sorry, forgot.

    #1053763

    Hi oogopslag,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1053840

    With those disabled it looks fine.

    #1054833

    Hi,

    It’s because the title of the first item is quite a bit long compare to the other items. Try to decrease the font size of the title.

    @media only screen and (max-width: 989px) {
    #top .isotope-item.special_av_fullwidth .av_table_col .entry-title {
        font-size: 13px;
        margin: 0 0 10px;
    }
    }

    Best regards,
    Ismael

    #1054952

    This did the trick, thanks!

    #1055504

    Hi oogopslag,

    Glad that we could help. :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #1055661

    Thanks. You can close this thread.

    #1055698

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Portfolio grid: unwanted space between items (page bottom)’ is closed to new replies.