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. Hector Manuel Lozano Morales
  2. General Discussion
  3. Sunday, 21 July 2013
  4.  Subscribe via email
I cloned spotlight block and made a new one 'showcase' which can have 4 positions: showcase-1, showcase-2, showcase-3, showcase-4.

I need to use only showcase-1 and showcase-2. By default they both are width 6 (12/2) and I need them to be showcase-1 = 8 and showcase-2 = 4.

How can I set a different width than the default division of 12 / column # ?
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Hector,

It is easy, you can use Layout function (Responsive tab) in Backend to get it done.

Though you can set it via php code.

$this->spotlight('myspotlight', 'showcase-1, showcase-2', array(
'showcase-1' => array(
'default' => 'span8'
),
'showcase-2' => array(
'default' => 'span4'
)
)
);


Hope it helps,

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


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