Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1193783
    markcfrancis
    Participant

    Hi There

    We have a client who is testing their X Theme website on Windows 10 on a Linux tablet and the layout is pretty bad – even masonry doesnt work. Is this what you’d expect or should we be able to optimise it with a little work?

    The website is http://intelligent.wpengine.com/

    I’ve attached a few screens

    Thanks

    Mark

    #1193860
    Paul R
    Moderator

    Hi Mark,

    These issues are being cause by your custom css

    – c3.png

    Upon checking I can see you are using rows to create columns.

    Please use 3 columns instead of rows.

    – c4.png

    Please change this code

    
    .infocentre_postgrid_column.x-1-1 > h4 {
        color: #45494c;
        float: left;
        font-size: 21px;
        font-weight: normal;
    }
    

    to this

    
    .infocentre_postgrid_column.x-1-1 > h4 {
        color: #45494c;
        float: none;
        font-size: 21px;
        font-weight: normal;
        width:100%;
        clear:both;
    }
    

    – c5.png

    That is because the header/navbar is covering over your map.

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .page-id-21 header {
       position:static;
    }
    

    Hope that helps

    #1194242
    markcfrancis
    Participant

    Thats great Paul, we’ll give that a go !

    #1194325
    Prasant Rai
    Moderator

    Let us know how it goes.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1193783 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>