×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: All modules border colour?

All modules border colour? 14 years 7 months ago #7321

  • Chris Beard
  • Chris Beard's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Hi.

I have been looking for a setting to put a border around all modules. (IE a Box module appearance.
I cannot find a setting.
How would I go about addressing this so my modules are 'boxed'?

Any ideas?

I may have missed the obvious!

regards Scorpio66

All modules border colour? 14 years 7 months ago #7330

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Unfortunatly there is no template option for this, but you can open layout.css (line 101)
find this .module, .module_menu, .module_text {
and add a border statement. At the end the whole code should look like this:
.module, .module_menu, .module_text {
border:1px solid;
margin-bottom:20px;
}

All modules border colour? 14 years 7 months ago #7344

  • Chris Beard
  • Chris Beard's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Great.

Thanks daniel for taking the time to put me in the right direction. And thanks for a great template.

Regards Scorpio66

All modules border colour? 14 years 7 months ago #7357

  • Chris Beard
  • Chris Beard's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Hi again.

Border around boxes seems fine apart from the bottom module positions which show a small gap above the title bar. As shown below. Any way to remedy this?

I DO appreciate daniel that you cannot get over involved with this css lark, but if anybody else know how to?



Regards Scorpio66

All modules border colour? 14 years 7 months ago #7358

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hm, Interesting - I wonder why you don't have this in the above modules???

open typography.css and write at the end
#bottom h3 {
margin: 0px;
}

All modules border colour? 14 years 7 months ago #7360

  • Chris Beard
  • Chris Beard's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Wow! Thanks Daniel, much appreciated. Works fine.

I must consider buying a book on css, it seems so simple when you know how! Ive NO idea why the other modules were fine and bottom not. Theres nothing you can alter in template settings to mess it up! (Maybe you can add to the next update in case there is another awkward client like me ;)

I realise this doesnt strictly come under support, so just want to express my thanks!!

Regards Scorpio66
  • Page:
  • 1
Time to create page: 0.132 seconds