Quote:
Originally Posted by bauers
Hi Chadwicksracing,
please, can you explain me, where I have to edit the code to get the pictures horizontal?
Thanks
|
Code:
// -- Nothing to configure below this line --
if ($use_custom_css){
$pthumb = 'class="pthumb"';
$pcaption = 'class="pcaption"';
$pmore = 'class="pmore"';
$pstyle = '';
}else{
$pthumb ='style="position: relative;float:left;padding-left:5px;padding-right:5px;padding-bottom:5px;margin-bottom:20px;margin-top:5px;"';
$pcaption = 'style="text-align:center;font-style:italic;font-family: Times, serif;margin-bottom:10px;"';
$pmore = 'style="text-align:right;display:block;"';
$pstyle = 'style="border: 1px solid black;padding:4px;background: white;"';
}
I played with the CSS. Its not perfect, but it does get them into horizontal on my site. I also have this over lapping issue with it.