Viewing 1 replies (of 1 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    There is no specified width in Connections. The template will use whatever the current width is for the theme’s content area. If you want to control that you do have a couple options.

    One. Use this shortcode: [connections width=xxx]. Change the xxx to the width in pixels.

    Two. Add the following to the end of the theme’s style.css file.

    #cn-list { width: xxx; }

    Change the xxx to be a width in whatever valid CSS value suits you.

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Simple CSS Change to Free Template’ is closed to new replies.