Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #783212

    Some of my portfolio items bump down to two lines, causing the borders on the portfolio grid to fall out of alignment (you can especially see it on the bottom row).

    Is there any way to make these line up / be the same size even if the title is shorter?

    Additionally, how would I change the background color inside the border?

    Last, is there a way to add padding between them or no?

    Thank you!

    #783520

    Hey bkheld,

    You could make more height for that element, but it will break with more text and on smaller screens.
    Here is the code for background you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_color.inner-entry .grid-content, .main_color.inner-entry .grid-content .entry-content-header h3, .main_color.inner-entry .grid-content .avia-arrow {
        background-color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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