Forum replies created

    Johnny Good
    Spectator
    Posts: 90
    June 3, 2015 at 10:09 am #17891
    This reply has been marked as private.
    Johnny Good
    Spectator
    Posts: 90
    June 3, 2015 at 9:50 am #17890
    This reply has been marked as private.
    Johnny Good
    Spectator
    Posts: 90
    June 3, 2015 at 9:49 am #17889

    Thank you Roman!

    Before update slider was not bellow text logo but now it looks even better.
    If I wanted to compare how it will look above text logo where would I insert that slider?

    Johnny Good
    Spectator
    Posts: 90
    June 1, 2015 at 3:42 pm #17858
    This reply has been marked as private.
    Johnny Good
    Spectator
    Posts: 90
    May 31, 2015 at 2:36 am #17842
    This reply has been marked as private.
    Johnny Good
    Spectator
    Posts: 90
    May 31, 2015 at 2:32 am #17841
    This reply has been marked as private.
    Johnny Good
    Spectator
    Posts: 90
    May 22, 2015 at 9:21 pm #17720

    btw, all of my modifications are add and not changing anything ie. add image slider

    Johnny Good
    Spectator
    Posts: 90
    May 22, 2015 at 9:12 pm #17719

    Thanks for that link, really good tool to compare stuff!
    I will compare files and see if I need to add my modifications to new v1.8.5 files.

    Johnny Good
    Spectator
    Posts: 90
    April 27, 2015 at 8:24 pm #17009

    Roman, you are The CSS master!
    Now it works across all browsers including mobile!

    Johnny Good
    Spectator
    Posts: 90
    April 27, 2015 at 8:02 pm #17007

    Is above code everything needed to make rounded corners or I need to add it to existing ?

    /*rounded widget corners START */
    .widget-content {
    margin:0 0 25px;
    overflow:hidden;
    padding:0 15px 20px 15px;
    border:1px solid #afcde3;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    }
    .widget-title {
    padding-top:20px;
    }
    .widget-title-background {
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    }

    /*rounded widget corners END*/

    or

    /*rounded widget corners START */
    .widget-title-background {
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    margin-top:11px;
    }
    /*rounded widget corners END*/