Topic Resolution: Not Resolved
  • Closed
  • Ronald Janssen
    Spectator
    April 19, 2016 at 8:14 am #26713

    After installing the last update this morning the 4th front page content box is placed below the other 3, how can I fix this?

    (I did reset the section settings and removed all of the custom css lines but still no difference)

    Have a look here: http://www.rbojanssen.com/wrdprss/

    Regards

    Neil Woods
    Spectator
    Posts: 4
    April 20, 2016 at 10:20 pm #26808

    I am having the same issue. Does anyone know how to fix this?

    Neil Woods
    Spectator
    Posts: 4
    April 21, 2016 at 5:52 pm #26848

    When is this going to be fixed? I think everyone is having the same problems.

    Roman
    Spectator
    Posts: 3147
    April 21, 2016 at 8:11 pm #26850

    please try to insert this Custom CSS in the Theme Options and let us know if it works for you:

    /** adjust margins will fix the layout **/
    .home-content-boxes .col-md-3.content-box {
    margin:0 0.8% 0 1%;
    }
    /** adjust margins will fix the layout **/
    .home-content-boxes .col-md-4.content-box {
    margin:0 0.8% 0 1%;
    }
    /** adjust margins will fix the layout **/
    .home-content-boxes .col-md-6.content-box {
    margin:0 0.8% 0 1%;
    }
    /** To prevent button from overlapping content **/
    .col-md-6 .content-box p{
    min-height:200px;
    }
    /** To prevent button from overlapping content **/
    .col-md-3 .content-box p, .col-md-4 .content-box p{
    min-height:120px;
    }
    /**overwrite so as to allow button to center align.**/
    .cntbox_btn a{
    position:relative;
    left:0 !important;
    top:0 !important;
    }

    Ronald Janssen
    Spectator
    Posts: 19
    April 22, 2016 at 8:27 am #26870

    Hi Roman,

    I tested my site on iOS (Portrait & Landscape) & OSX (with Safari, Chrome & Firefox) and I’m happy to announce………it’s works beautiful!!!

    Thx again for the effort!

    Olga
    Spectator
    Posts: 17
    April 22, 2016 at 10:32 am #26880

    Hello, I’m having the same problem with front page boxes on Safari http://prnt.sc/avcqok

    Roman
    Spectator
    Posts: 3147
    April 22, 2016 at 10:35 am #26881

    please use the provided Custom CSS for now, we are working on a fix which will be available very soon, thanks

    Armin Ogasa
    Spectator
    Posts: 17
    April 26, 2016 at 2:50 pm #27038

    This doesnt work.
    Tested on a mac with
    – Firefox (all boxes are aligned to the left, stays like this after pasting code)
    – Safari (all boxes are aligned to the right, stays like this after pasting code)

    EMH
    Spectator
    Posts: 36
    May 2, 2016 at 10:50 pm #27249

    Fix not working for me either. How long til the update?

    Denzel Chia
    Moderator
    Posts: 2656
    May 3, 2016 at 2:13 am #27251

    Hi,

    Our developers are working on the fix for the alignments as well as a script issue in mobile. We will provide update as soon as possible.

    Thank you.