• Resolved cjsebes

    (@cjsebes)


    Hello!

    This is the code I’m using to try and make the tiles wider on my page. They appear to have gotten taller, but they don’t want to get any wider. (I only have a few entries at the moment.)

    [connections template=’tile-plus’ card_width=’350′ card_height=’200′ pagination_position=’both’]

    Also, is it possible to add space between the tiles?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    Is this an exact copy/paste of the shortcode being used? Please try removing the quotes from around the number.

    Thread Starter cjsebes

    (@cjsebes)

    Here’s a grab from Divi…

    Removing the quotes around the numbers completely crews up the page and I get this result…

    Thread Starter cjsebes

    (@cjsebes)

    I figured it out. As I’ve done in the past, I was using a Text module. I’ve never had an issue where the shortcode didn’t work within a Text module. I even made sure that it was set to the Text tab and not the Visual tab.

    Rather than using a Text module, I used a Code module instead. The shortcode works perfectly.

    Any thoughts on how to add a bit of space between the listings? Either horizontally or vertically?

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Great to hear you figured out the issue!

    Here’s a bit of custom CSS you can add to the theme’s custom CSS area that will increase the margin between the tiles:

    #cn-tile-plus .cn-entry {
    margin: 0 20px 20px 0;
    }

    I hope this helps; please let me know.

    Thread Starter cjsebes

    (@cjsebes)

    Yes! Worked great. I was able to tweak the values to suit my layout.

    Thank you!

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Happy to help. Have a great day!

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