Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

.css editing not saving

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi,
I am using base3 template for a client.
I am trying to edit the sidebar 1 and sidebar 2 positions in the following .css.

/t3-assets/dev/cargolight/templates.base3.less.menu.menu-sidebar.less.css
It has the following values set:-
#sidebar-1 .moduletable,
#sidebar-2 .moduletable {
margin-bottom: 30px;
padding: 20px;
border: 1px solid #e6e6e6;
overflow-x: hidden;

I want it to read :-

#sidebar-1 .moduletable,
#sidebar-2 .moduletable {
margin-bottom: 0px;
padding: 0px;
border: 0px solid #e6e6e6;
overflow-x: hidden;

When I make the changes it continually reverts back to the previous setting,can any one help me as I think I must be missing something here.
Thanks for any advice.
Grant
  • addmedia's Avatar
  • addmedia
  • 12 Month basic
  • 19 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Unless you want to create your less styling you will need to add it to the custom.css file

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers