Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1244584

    Two questions regarding the shop / portfolio:

    Is it possible to setup a shop like https://kriesi.at/themes/enfold/shop/ without a shop connection? I have products but I just sell on market places and don’t have a shop.

    For my product overview I currently use a Portfolio Grid (https://kriesi.at/themes/enfold/portfolio/). Is it possible to get any space between the portfolio entries? I want it to look like https://kriesi.at/themes/enfold/shop/.

    #1245319

    Hey MrJoscha,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1245364

    On the page in the private content.

    1. I want to have space between the elements and

    2. I want to have the same height of all elements including the title. The height of the images is the same but when I include the title the height differs due to more or less title characters.

    #1245411

    Hi MrJoscha,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #av-sc-portfolio-1 .grid-content {
        min-height: 70px;
    }
    
    #top #av-sc-portfolio-1 .grid-entry .inner-entry {
        width: 95%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1245751

    Perfect, that’s exactly what I’ve been searching for!

    Just one more thing: I also want to have the same space between the lines (1st and 5th element stick together at the moment).

    #1245846

    Hi MrJoscha,

    The block position is calculated by JavaScript and so adding margins and paddings does not have any effect, unfortunately.

    Best regards,
    Victoria

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