latest from change pics

GK User
Mon Aug 20, 2012 10:35 am
hello

i would change the model "latest from".

I would like to display the item images side by side and not one another. (currently only the title is displayed, I have hidden the images)

who can help me ?
my domain: http://www.amafo.de/peoplefotografie/fo ... oting-1527

Image

Please excuse, I'm not a programmer

thank you
Ralf
User avatar
Junior Boarder

GK User
Mon Aug 20, 2012 4:06 pm
Hi

This is considerate customization, but try doing like this:

Go to template parameters > Advanced Settings and enable the use of override.css file.
Them go to template css directory and open override.css file.
Add the following code:

Code: Select all
.itemAuthorLatest + .clr {display: none; }
.itemAuthorLatest {width: 19%;}
.itemImageGallery {float: right; width: 79%;}
.itemImageGallery h3 {
        font-size: 14px;
   font-weight: normal;
   text-transform: uppercase;
   background: transparent url('../images/border1.png') repeat-x 0 center;
   margin-bottom: 10px;
        padding-top: 5px
}


It should look like this:

screen.png


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Aug 20, 2012 6:35 pm
Hello and thank you for your help.


Please excuse me I have it wrong DECLARE

I want the pictures side by side ....

I've even painted a picture


Image
User avatar
Junior Boarder


cron