Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ricsca2

    (@ricsca2)

    UP 🙂

    Try adding this to the site CSS. It isn’t perfect, but it does make the Point theme look a bit better. I’ve still not worked out how to get the count for the number of comments correct.

    /* MailChimp Social Fixes */
    #social {
    	border-top: 1px solid #ccc;
    	padding-top: 20px;
    	clear: both;
    }
    
    #social ul.social-nav {
    	margin: 0;
    }
    
    #social ul.social-nav li {
    	display: inline;
    	text-transform: uppercase;
    	font-size: 1.2em;
    }
    
    #social ul.social-nav li a {
    	display: inline-block;
    	padding-right: 20px;
    }
    
    #social .social-last-reply-when {
    	font-style: italic;
    }
    
    #social #social-items-wrapper {
    	display: none;
    }
    
    #social .social-dribbble a,
    #social .social-email a,
    #social .social-facebook a,
    #social .social-gplus a,
    #social .social-linkedin a,
    #social .social-pinterest a,
    #social .social-rss a,
    #social .social-stumbleupon a,
    #social .social-twitter a,
    #social .social-youtube a,
    #social .social-flickr a,
    #social .social-lastfm a,
    #social .social-tumblr a,
    #social .social-vimeo a {
    	background: none;
    }
    
    #social .social-comment-author cite.fn {
    	font-size: 1.5em;
    	font-style: normal;
    }
    
    #social .social-comment-body {
    	margin-left: 15%;
    }
    
    #social .social-comment-body p {
    	margin-bottom: 10px;
    }
    
    #social .social-actions.entry-meta {
    	text-align: right;
    	font-size: .9em;
    }
    
    #social h3.comment-reply-title.reply-title-show {
    	display: none;
    }
    
    #social #respond h3 {
    	display: block;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error display with Point theme’ is closed to new replies.