Forum replies created

    Johnny Good
    Spectator
    Posts: 90
    03.06.2015 at 10:09 #17891
    This reply has been marked as private.
    Johnny Good
    Spectator
    Posts: 90
    03.06.2015 at 09:50 #17890
    This reply has been marked as private.
    Johnny Good
    Spectator
    Posts: 90
    03.06.2015 at 09:49 #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
    01.06.2015 at 15:42 #17858
    This reply has been marked as private.
    Johnny Good
    Spectator
    Posts: 90
    31.05.2015 at 02:36 #17842
    This reply has been marked as private.
    Johnny Good
    Spectator
    Posts: 90
    31.05.2015 at 02:32 #17841
    This reply has been marked as private.
    Johnny Good
    Spectator
    Posts: 90
    22.05.2015 at 21:21 #17720

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

    Johnny Good
    Spectator
    Posts: 90
    22.05.2015 at 21:12 #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
    27.04.2015 at 20:24 #17009

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

    Johnny Good
    Spectator
    Posts: 90
    27.04.2015 at 20:02 #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*/