By Katie Browning on Monday, 18 November 2013
Posted in General Issues
Replies 7
Likes 0
Views 567
Votes 0
Hi,

I was wondering if there is a quick fix, to take away the lines that go through the information and boxes, on a users profile. I have attached a pic, and you can see the lines going through buttons "follow user", "message" and the "Points" box.

Its just looking abit messy.

Thanks
Katie
Hello Katie,

I believe they are actually coming from your Joomla template. Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Tuesday, 19 November 2013 00:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure thanks Mark.
·
Tuesday, 19 November 2013 14:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Katie,

I am really sorry for the delay of this reply, got carried away with some development works. Can you add the block of css codes below into your template's css file?


#es-wrap .es-header-info ul li{
border-bottom: none;
}
·
Wednesday, 20 November 2013 01:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there!

Just installed Version 1.2 and these faint lines have popped up again, even though I still have the above code in my template.css

Any help would be great!

Thanks
Katie
·
Friday, 07 February 2014 20:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Katie,

Can you add the following block of codes into your template's css file?


.es-header-info .list-unstyled li
{
border-bottom: 0 !important;
}


May I also suggest that you configure EasySocial to use a "full width" on your site by removing the right columns? It will make the community portion look much better as it is currently pretty cramped up.

Also, please do submit issues on our issues page at http://stackideas.com/issues so that I can link your issues with our internal tracking system and our designers will be able to fix such conflicts once and for all in the future
·
Saturday, 08 February 2014 01:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark for that code!

I will post in the issue page from now on sorry about that!

About the page width, actually Id like to get rid of the left column if possible. Maybe I should open another forum question in the issue page for that.

Thanks
Katie
·
Saturday, 08 February 2014 08:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Katie I don't think you should remove the left columns as that defeats the entire purpose of the widgets and stream filtering.
·
Saturday, 08 February 2014 13:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post