hi there,
Please, can anyone help out... I've been looking for a solution for hours and don't seem to find it.
My frontpage slideshown aligns in the center of my position. I'd like to have it to the the left. How do I change this?
screenshot:
i.imgur.com/4CBKel6.jpg
Through my browser I find this with webdeveloper tool in de file
www.johantahon.be/jt/modules/mod_fpss/tmpl/Movies/css/template.css.php
But in the file itself I don't see this css lineup.
/* Line 10 */
#fpssContainer93.fpss-template-movies
{
position: relative;
width: 800px;
height: 450px;
margin-top: 8px;
margin-right: auto;
margin-bottom: 8px;
margin-left: auto;
border-top-width: 1px;
border-right-width-value: 1px;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-top-style: solid;
border-right-style-value: solid;
border-bottom-style: solid;
border-left-style-value: solid;
border-top-color: #999999;
border-right-color-value: #999999;
border-bottom-color: #999999;
border-left-color-value: #999999;
border-image-source: none;
border-image-slice: 100% 100% 100% 100%;
border-image-width: 1 1 1 1;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
overflow-x: hidden;
overflow-y: hidden;
font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}