By Mark McGlynn on Monday, 11 September 2017
Posted in Technical Issues
Likes 0
Views 488
Votes 0
The text size for comments on blogs in the stream section is out of sync with all other comments. Please advise.
Hi Mark,

It seems like the login credential given above is not working http://take.ms/b8Z2E http://take.ms/oEBXf in order I want to further check the single stream, as I suspect some css has could be override it.

You can add/edit the information needed by edit your first post in the Details section or you can just include your site's access once at http://stackideas.com/dashboard/site rather than needing to keep adding them in your replies
·
Monday, 11 September 2017 15:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Muhammad,

I have corrected this and you should be able to access.

Regards,

Mark
·
Monday, 11 September 2017 15:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I still cannot access it using both login credential (on reply and your first post) : http://take.ms/BiD4U http://take.ms/vEFIY is the account was not yet activated or blocked?
·
Monday, 11 September 2017 16:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Apologies, please try now...
·
Monday, 11 September 2017 17:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

You can do css override for the blockquote by apply the css code below:
#es blockquote p {
font-size: 14px;
}

and see how it goes?(you can change the font size according to your preference)

documentation of custom.css : https://stackideas.com/docs/easysocial/administrators/templating/adding-custom-css-codes
·
Monday, 11 September 2017 17:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Muhammad,

Thank you. This however only corrects the Text size issue. The problem with Quotation mark size persists. Could you please advise?

Regards,

Mark
·
Tuesday, 12 September 2017 14:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry for that, perhaps can you try the css code below and see how it goes?

#es blockquote::before{
font-size:50px !important;
}
·
Tuesday, 12 September 2017 15:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Muhammad,

Thank you. Still not quite correct though. Can we adjust the size of the quotation marks? Please see attached.

Regards,

Mark
·
Tuesday, 12 September 2017 18:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Is this fine for you? http://take.ms/5s8rB
If yes you can add another code as below:
margin: -5px 21px;

for the previous class I've given above, so it will be like this:

#es blockquote::before {
font-size: 50px !important;
margin: -5px 21px;
}

if you want to adjust the quote mark size you can adjust the font size (50px) and if you want to reposition the quote mark just re-adjust the margin
·
Tuesday, 12 September 2017 18:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Muhammad,

Thank you. That solved the issue for me.

Could I ask you also to look at why the Links Category is not showing in the Application Wide Bar Widget as on the attached?

Many thanks,

Mark
·
Thursday, 14 September 2017 15:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

It seems you've submit the issue in new ticket https://stackideas.com/forums/no-option-for-showing-links-category-in-application-side-bar-widget , we will continue discuss it there

I will lock and mark this thread as resolved.

Have a nice day ahead
·
Thursday, 14 September 2017 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post