Viewing 3 replies - 1 through 3 (of 3 total)
  • You can simply overwrite the css rules in your “style.css” file. – As alternative. Here’s how I have overwrite the 3rd template: http://evro.in

    Thread Starter paulogonalves

    (@paulogonalves)

    Hi Oleg

    What i need is to show the title + excerpt on the site background color and not with the image as background
    But thanks to your guidance i did it
    I choose Template 3
    I went to the css file – advps-style.css
    In line 32 i changed:

    .advps-slide-field-three img
    {
    float:left;
    margin-right:20px;
    }

    To

    .advps-slide-field-three img
    {
    float:right;
    margin-right:20px;
    }

    And now works just like i need it
    Thanks again for your help

    Paulo

    You’re welcome! Glad to help. 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the layout of the slider’ is closed to new replies.