Hello,
finally I could obtain with the module views_slideshow + the images module to create a presentation of photos that change automatically. With the panels module I have created a page where the photos and a text lined up to the left can be seen, but the problem is that the layouts of panels are very fixed, that is to my interests me that the layout of two columns these have a width different to that of now, e.g. 30% and 70%, what should modify so that the display was like this?
I found this solution for the layout of Two columns brick:
.panel-2col-bricks. panel-cabbage-first{width:65%}
.panel-2col-bricks. panel-cabbage-last{width:35%}
But I do not know what is the file of css that has to be modified.
if somebody has some solution I will thank a lot for it.
Xagarsan
Comments
try working with firebug
try working with firebug http://getfirebug.com/
it is always useful when working on css stuff.
it also gives you the name of the file that it needs modification.
You are very right. I
You are very right.
I already had developer web installed in my firefox and I have at last been able to modify the width. Simply the css twocol.css had to be touched up in the plugins of the module. And so It works very nice!
Thanks a lot!
Xagarsan