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. Sambal
  2. General Discussion
  3. Wednesday, 26 August 2015
  4.  Subscribe via email
Hi,

I have this page:
http://weinsure.nl/fcp/index.php/nl/

I tried several things to push down the grey blocks, but nothing seems to do the trick.

What is the best way to push the grey blocks 2/3 down?

How can I make the grey background a little transparent?

Thanks in advance.
All help is highy appreciated.

Cheers,

Hans
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

To make the module smaller, please add the following class suffix to your module (in the Advanced tab > Module Suffix)

 col-lg-3 col-md-3 col-sm-4 col-xs-6


To change the background color of the module, please use the following css rule in the templates/t3_bs3_blank/css/custom.css

.t3-module.module-frnt-nav-l {
background-color: #333;
}


You can change the background color to whatever you want.

Regards.
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
Here is a screenshot: http://easycaptures.com/fs/uploaded/938/0335788876.jpg
Hope it's helpful for you.
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
Hi,

For the transparency I used this:

.t3-module.module-frnt-nav-l {
background: rgb(36, 62, 146);
background: rgba(36, 62, 146, 0.7) none repeat scroll 0 0;
color: #fff;
padding: 10px;
}

and works fine.

To push down the blocks, I use this:

.a position name {
position: absolute;
top: 70%;
left: 50%;
transform: translate(-50%, -50%);
}

Cheers,

Hans
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
Great.
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.