Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1193349

    I am working on a website for a client (see link below) and have included a portfolio feed on one of her pages.

    She would like to have space between the columns and also increase the text of the heading.
    Here is an example of how she would like it to look:
    https://www.wework.com/ideas (see the ‘Working Remotely’ and ‘Latest Ideas’ section)

    Can you please let me know if there is Quick CSS code that I can add which will
    – Put space between the portfolio feed items
    – Increase the size of the title text of each portfolio item

    Many thanks for your help
    Ivana

    #1193389

    Hey Ivana,

    Please try the following in Quick CSS under Enfold->General Styling:

    #av-sc-portfolio-1 .grid-entry {
      width: 24%;
    }
    
    #av-sc-portfolio-1 .grid-entry h3.grid-entry-title {
      font-size: 22px; 
    }

    Best regards,
    Rikard

    #1193401

    Thank you for your quick response Rikard. The font size worked, which is great, but there is still no space between the columns. I have tried changing it to different percentages and still no luck. Anything else that I could do to put the space between columns?

    #1193707

    Hi,

    Thanks for the update. Please try this instead to add space:

    #av-sc-portfolio-1 .grid-entry {
        width: 24% !important;
    }

    Best regards,
    Rikard

    #1193709

    I appreciate your super fast response Rikard. I tried adding this code in and unfortunately it didn’t help.

    Could I provide you admin login details to see if I’m missing something please.

    #1193829

    Hi web4smallbusiness,

    Yes, 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

    #1193977

    Thank you so much … I greatly appreciate your help with this. I have created admin user for you – please see below:

    #1194016

    Hi web4smallbusiness,

    Thanks for giving us admin access. :)
    We have added this CSS code in your Quick CSS:

    #top .av-portfolio-grid-sorting-container .sort_width_container, 
    #top .av-portfolio-grid-sorting-container .grid-entry {
        padding-left: 1%;
        padding-right: 1%;
    }

    Best regards,
    Nikko

    #1194018

    Nikko … you are the best!! Thank you so much for your help on this. I greatly appreciate it.

    #1194039

    Hi web4smallbusiness,

    We’re glad that we could help :)
    And we appreciate your kind words.
    Thanks also for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Portfolio Item Feed’ is closed to new replies.