Closed (fixed)
Project:
Waffles
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2010 at 12:21 UTC
Updated:
28 Jul 2011 at 04:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
siva.thanush commentedThe screen shot of the home page Please help me
Comment #2
Deepika.chavan commentedHi,
In my case, I created blocks, in that blocks I am printing an image in '< img >' tag and description in '< p >' tag.
then I added following css in local.css file.
Please change the width of 'p' accordingly.
Clear cached data here-admin/settings/performance.
You can add div before image tag and one div before p tag, the structure will look like this :
Now we can add above css to '#preface .content .image-div' instead of '#preface .content img ' and to '#preface .content .description-div' instead of '#preface .content p'.
HTH!!
Rgrds,
Deepika Chavan.
Comment #3
siva.thanush commentedYa it works.