• Resolved Kurisutian

    (@kurisutian)


    Hi,

    I just updated the theme of one of my sites and found the layout of my connections list totally destroyed. The previous theme was designed similar to the one now using a theme builder (templatetoaster). I checked several things but could not find a solution. The list looks like it’s horizontal but should be vertical while I just changed the wordpress template. Currently it looks like this: https://www.makotoaikido.org/certified-dojos/

    Do you have an idea what I’m doing wrong here? Thanks a lot!

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

    (@shazahm1hotmailcom)

    @kurisutian

    It is the result of a minor CSS conflict.

    Add the following to the theme’s custom CSS area:

    #cn-list .vcard {
    	float: none;
    	max-width: none;
    }

    That should fix it right up! Hope that helps, let me know.

    Thread Starter Kurisutian

    (@kurisutian)

    @shazahm1

    Thanks a lot, it worked and everything looks like before! Awesome! ??
    Thank you for your quick help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme Update destroys connections template’ is closed to new replies.