By Wayne Booth on Wednesday, 30 September 2015
Posted in General Issues
Likes 0
Views 759
Votes 0
Hi Guys,

can you point me in the right direction to alter the layout of the "single group item" in the menus?

it's currently making the banner image take over a large chunk of the screen and the ES menu it automatically provides isn't relevant and badly shaped.
Hi Wayne,

The issue is actually caused by your template styling where it overriding the navbar of easysocial. Try to apply the following css fix inside your template.css file and see how it goes.
body div#fd.es .es-toolbar .navbar-inner {
width: 100%;
padding: 0;
}


As for the width of the group I am sorry but the width is 100% controlled by the template and you need to consult with your template provider regarding on this.
·
Wednesday, 30 September 2015 19:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Ezrul
·
Thursday, 01 October 2015 00:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Wayne,

You're welcome.
·
Thursday, 01 October 2015 12:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post