need_some_assistant block not showing

Hello, im trying to add the "need some assistant" block but is not working.
I followed the instructions here: http://static.joomlart.com/tf/…e_static_block
Are the instructions not complete?
Any idea how can i make it work?

12 answers

Profile photo of Sherlock 0.00 $tone July 31, 2013
Public

Nobody?? How do i make the block appear under the product image as the demo?? Where do I add the block?

Do you want to put a blocks under the slideshow ? if that you can try to create a block with id/identifier topbanner

#2
Profile photo of Sherlock 0.00 $tone August 2, 2013
Public

Hi mate,

you just open the file of skin/frontend/default/jm_wall/css/theme.css, look for this css rule

HTML Code:

.need_some_assistance {
 clear:both;
  margin-top: 0;
  width: 532px;
}

change it to

HTML Code:

.need_some_assistance {
   margin-top: 0;
  width: 532px;
}

I hope it helps !

#9
Profile photo of Sherlock 0.00 $tone August 6, 2013
Public

Hi mate,

I think it should help, you open the file skin/frontend/default/jm_wall/css/theme.css, change the rule of

HTML Code:

 .need_some_assistance {
                  clear: both;
                  width: 532px;
                }

to this

HTML Code:

 .need_some_assistance {
                  width: 532px;
                }

still I see clear: both; there when checked your site that meant you did not remove it yet.

#11

This question is now closed

Written By

Comments