We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Luke
  2. General Discussion
  3. Wednesday, 16 April 2014
  4.  Subscribe via email
Hi,

Can anyone help please :) , I have changed the module colour to add a contrast but this doesn't look good without the modules being "separated". In the attached screen shot I have changed Sidebar1 to 24% width in Chrome Inspector to give the desire effect, I need this to happen for all modules, but if I physically change the .css and reload the page, the modules again have no separation, although in inspector it shows 24% they just move back together. :(

Is there a way of getting the look I desire though out the site? Basically the modules background lighter and all separated so the template background shows between the different modules....

thanks for your help in advance :)
Attachments (1)
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Luke

To add background and border for a specific module, add a class to "custom.css" file (templates/t3_bs3_blank/css) with desired background and border then add the class to the "Module Class Suffix" field of module.

Example:

.t3-module .module-inner {
padding: 0;
background: #000;
border: 1px solid #c00;
}


Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi

thank you for your help, I'll try that over the weekend, thank you :)

Luke
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
You're welcome, Luke ;)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi

I eventually had the time to make the changes you suggested and they work fine on the sidebars, but I cannot get the same to happen for the main content area, the articles themselves. I have tried a few variations in the custom.css to no avail :( could you point me in the right direction again please??

regards

Luke
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.