Forum replies created

    Roman
    Spectator
    Posts: 3147
    25.04.2015 at 08:49 #16858

    the layout is defined as it is for now..if you want to display content mobile first, then I would recommend to use right sidebar layout.

    Roman
    Spectator
    Posts: 3147
    25.04.2015 at 08:48 #16857

    well, the gap will be always there because you wanted the slider image to be 100% so the slider background cover is defined as .t4p-slider .background-image { background-size: contain; } , the slider height is defined as fixed now

    Roman
    Spectator
    Posts: 3147
    25.04.2015 at 08:43 #16856

    hm…for me it works fine as it uses default wp avatar function get_avatar($comment, '50')

    In reply to Pagination
    Roman
    Spectator
    Posts: 3147
    25.04.2015 at 08:37 #16855

    which filter do you mean exactly?

    Roman
    Spectator
    Posts: 3147
    24.04.2015 at 20:22 #16839

    insert for example in Custom CSS:

    #header .alora-row,
    #main .alora-row,
    .footer-area .alora-row,
    #slidingbar-area .alora-row,
    #footer .alora-row,
    .page-title,
    #header-sticky .alora-row {
    max-width: 1300px;
    }

    modify per your needs

    Roman
    Spectator
    Posts: 3147
    24.04.2015 at 20:19 #16838

    can you post a screenshot of the gap?

    Roman
    Spectator
    Posts: 3147
    24.04.2015 at 20:18 #16837

    has the child theme identical sidebar files?

    Roman
    Spectator
    Posts: 3147
    24.04.2015 at 20:17 #16836

    we don’t test our themes with 3rd party plugins, you could keep a backup of your current JetPack version, and update to the latest one and see if it works or not

    Roman
    Spectator
    Posts: 3147
    24.04.2015 at 20:15 #16835

    use this code then:

    .widget-content {
    margin:0 0 25px;
    overflow:hidden;
    padding:0 15px 20px 15px;
    background-color:#6BD5F1;
    border:1px solid #afcde3;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    }
    .widget-title {
    padding-top:20px;
    }

    Roman
    Spectator
    Posts: 3147
    24.04.2015 at 20:10 #16834

    provide your website with WP admin login details in Private Reply please