Hello!
I'd like to have the JomSocial HelloMe! module display in the sidebar-1 position with no padding and no margin. I have tried multiple ways to do this, from adding different variations of no-padding, nopadding, padding-no, etc. in the module's Class Suffix, but I haven't had any luck there so far.
I did add the following to the custom.css, which kinda works:
/**
* ------------------------------------------------------------------------
* Remove margin and padding on the JomSocial HelloMe module when its
* displayed in the left-hand sidebar.
* ------------------------------------------------------------------------
**/
.jmoddiv.jmodinside {
position: relative;
top: 0;
left: 0;
padding: 0px !important;
}
But I haven't gotten that right, as it's doing weird stuff to the rest of the modules in the sidebar.
What I would like to achieve is shown in the attached screenshot.
Thank you!