By Mel on Friday, 28 April 2017
Posted in General Issues
Likes 0
Views 171
Votes 0
Hi,
is it possible to override the width in the general module position es-general-after-toolbar?

I need to make it full width.

Kind regards

Mel
Hi Mel,
I'm not really understanding the question. Can you provide some screenshots with indication so I understand this better?
Also, it would be great to have access to the site so I can further examine this. Thanks.
·
Friday, 28 April 2017 11:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Please see the attached 2 images. I mean for the module position to go all the way across the screen as in example setasfullwidth.jpg (like the easysocial docker tool does). Currently it is the same width as the content area of easysocial.
Mel
·
Friday, 28 April 2017 13:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mel,
Can you provide us access to that page so I can take a look at the css structure to see if we can achieve this with custom css?
Thanks.
·
Friday, 28 April 2017 15:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

thanks for responding.

it is offline but have added login details - see first post.

If you look at the markeplace page you will see how it needs to look as full width

Mel
Mel
·
Friday, 28 April 2017 15:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mel,
Can you try using the custom css codes below? Do note that this works for any module in this position. If you want to use the css rule for this module only, you have to utilize Joomla's Module Class Suffix and specify this suffix in the css codes. Similarly, if you only want to use this rule on certain pages on the site, you would need to alter the css selector to be more specific.

#es .es-modules-wrap.es-modules-es-general-after-toolbar {
margin-left: calc(-49.6vw + 50%);
width: 99.3vw;
}
http://take.ms/m06D2
·
Friday, 28 April 2017 19:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

perfect!

Thankyou so much.

Mel
Mel
·
Friday, 28 April 2017 20:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mel,

You are most welcome. Glad to hear that your issue has been resolved now.
Regards.
·
Friday, 28 April 2017 20:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post