Tagged: x
-
AuthorPosts
-
September 28, 2016 at 7:33 am #1193783
markcfrancisParticipantHi 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
September 28, 2016 at 8:06 am #1193860
Paul RModeratorHi 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
September 28, 2016 at 12:00 pm #1194242
markcfrancisParticipantThats great Paul, we’ll give that a go !
September 28, 2016 at 12:48 pm #1194325
Prasant RaiModeratorLet us know how it goes.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1193783 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
