By Marco Ficociello on Monday, 09 November 2015
Posted in Technical Issues
Replies 9
Likes 0
Views 1.2K
Votes 0
this is the line which damage my template padding:
div#fd true, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}

If i add in my custom.css file (joomlart mono template), and set padding-left and padding-right to 0 then its not at the top of css in firebug, so easysocial css will override with 15px padding..

how its possible to change that permanently in my custom.css file of the template.

is there any trick that easysocial not override on specific pages?
please dont change any public sites. there is one page in mainmenu called "info-new". here is mono template and this is only for super users visiblie. there you can see paddings because the view should be a full-width view
·
Monday, 09 November 2015 00:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Can you replace the attached base.min.css into /components/com_easysocial/themes/elegant/styles/base.min.css. After clear your browser's cache and check again.
·
Monday, 09 November 2015 16:55
·
0 Likes
·
0 Votes
·
0 Comments
·
what did you changed here? i added in my template custom.css a "!important" line for now. Is your change update stable?
·
Tuesday, 10 November 2015 00:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Marco,

I am really sorry for the delay of this reply as it is actually a public day off for us here. To be honest I am not entirely sure what changes did my colleague have added earlier. Did you try to re-upload this file as requested by him?
·
Tuesday, 10 November 2015 14:25
·
0 Likes
·
0 Votes
·
0 Comments
·
i dont uploaded the file because i asked if its update-stable or only individual file for me.. I changed in custom template css and added important line there..
·
Tuesday, 10 November 2015 20:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Marco,

There are a bug on base.min.css, we already fixed and will include it for the next release. It is safe to replace in to your site.
·
Wednesday, 11 November 2015 10:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Macro,
Marco Ficociello wrote:
i dont uploaded the file because i asked if its update-stable or only individual file for me.. I changed in custom template css and added important line there..


Due to css load order you can't put the base.min.css codes into custom.css and added !important, it will totally messed the styles.
·
Wednesday, 11 November 2015 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok thanks. I uploaded file and it seems to work
·
Wednesday, 11 November 2015 17:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Marco,

You are most welcome. The fix will be included in the next release of easysocial.
·
Wednesday, 11 November 2015 18:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post