I need to add the following:

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jan 24, 2013 5:12 am
Image

I need to add a description in the space marked with the red box.
Can this be done? I have tried it but it didn't work.

Thnaks.
User avatar
Senior Boarder

Konrad M
Thu Jan 24, 2013 8:35 am
Hi,
can you explain a little more, what template and what module ?
User avatar

GK User
Thu Jan 24, 2013 5:21 pm
Konrad M wrote:Hi,
can you explain a little more, what template and what module ?


The World News II
Videos module (I think it's a html)
I want to write a text showing the description of the video on the right side of the module (the area is selected in the box)
User avatar
Senior Boarder

Konrad M
Fri Jan 25, 2013 11:34 am
please change your code for in custom html for this one and then send mu url to your website. I will give you css code.
Code: Select all
<div class="video">
Put your video code here
</div>
<div class="vDesc">Put your description here</div>
User avatar

GK User
Fri Jan 25, 2013 6:13 pm
Konrad M wrote:please change your code for in custom html for this one and then send mu url to your website. I will give you css code.
Code: Select all
<div class="video">
Put your video code here
</div>
<div class="vDesc">Put your description here</div>


My url is: naciondelaguila.com.mx
User avatar
Senior Boarder

Konrad M
Sat Jan 26, 2013 8:04 pm
I checked and you still don't have it added in a way I asked you.
User avatar

GK User
Sat Jan 26, 2013 11:04 pm
Konrad M wrote:I checked and you still don't have it added in a way I asked you.


It's now updated.
User avatar
Senior Boarder

Konrad M
Mon Jan 28, 2013 9:24 am
It was small missunderstanding. Please add inside those two <div> tags your content. If I write 'put your video here' I mean put your vide code inside this div. Same thing with description you would liek to add.
User avatar

GK User
Mon Jan 28, 2013 5:07 pm
Konrad M wrote:It was small missunderstanding. Please add inside those two <div> tags your content. If I write 'put your video here' I mean put your vide code inside this div. Same thing with description you would liek to add.


Done. I'll be waiting for your answer. Thank you very much.
User avatar
Senior Boarder

Konrad M
Tue Jan 29, 2013 9:58 am
Please add to override.css
Code: Select all
.box.dark .video {
    float:left;
    margin:0 10px 10px 0;
}
User avatar

GK User
Tue Jan 29, 2013 5:27 pm
Konrad M wrote:Please add to override.css
Code: Select all
.box.dark .video {
    float:left;
    margin:0 10px 10px 0;
}


Muchísimas gracias. Worked perfectly.
User avatar
Senior Boarder


cron