Tagged: x
-
AuthorPosts
-
September 20, 2016 at 3:20 am #1182791
dano007ParticipantHi,
I have some major issues with this site not responding correctly on mobile devices, I have tested in Chrome, the screen does not seem to be updating when the screen is resized. I’ve added some custom CSS, directed by you – so not sure if this is causing the issues?
Its a site under development, so I will send you details on how to access it in a private message.
KInd regards
DanSeptember 20, 2016 at 3:23 am #1182794
dano007ParticipantThis reply has been marked as private.September 20, 2016 at 3:23 am #1182796
dano007ParticipantThis reply has been marked as private.September 20, 2016 at 5:28 am #1182938
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 1200px) { #engineering-cards .x-column.x-1-4, #engineering-row .x-column.x-1-4 { display: inline-block; width: 48%; } }Hope that helps.
September 20, 2016 at 6:02 am #1182981
dano007ParticipantHi, sorry but no that hasn’t helped. I’m not sure you follow, when viewed in Chrome developer mode and by cycling through different screen sizes, or manually resizing the browser, the whole page fails to update and respond correct, it looks a complete mess. I have tried removing custom css, clearing cache from both the browser and site – which has had no impact.
Please could I ask you validate you have the same issues as I do by resizing the home page window. Please could I ask you also log into the site using the details provided in an earlier message and see if you can spot the issue?
This is starting to stress me out…
Thanks
September 20, 2016 at 6:16 am #1182995
Paul RModeratorHi,
I made some adjustments, I change the code to this.
@media (max-width: 1300px) { #engineering-cards .x-column.x-1-4, #engineering-row .x-column.x-1-4 { display: inline-block; width: 48%; } #engineering-cards .x-container .x-column.x-1-4:nth-child(2), #engineering-row .x-container .x-column.x-1-4:nth-child(2) { margin-right:0; } }What it does is making columns go on 2 in a row before jumping to 1 column.
Kindly check on your end.
Thanks
September 20, 2016 at 6:32 am #1183002
dano007ParticipantHi, Sorry no good. Are you looking at the site in a reduced screen size? Look at the screen shots provided, this is impacting the complete home page not just certain parts. Can you confirm you have checked you are getting these same issues please?
Hopfully the attached screen shots show the issues…
Thanks for your help!
September 20, 2016 at 6:59 am #1183018
dano007ParticipantI have now added screen shots for you.
September 20, 2016 at 7:15 am #1183031
Paul RModeratorHi,
Your screenshots exceeds the allowable file size.
Please upload it to your site and provide us the links.
Kindly add notes to it on what you want to happen.
I made another adjustments kinldy check again.
With regards to your headlines, you can apply responsive text – https://community.theme.co/kb/shortcode-walkthrough-responsive-text/
Thanks
September 20, 2016 at 7:30 am #1183045
dano007ParticipantI re uploaded the images, have you seen these now?
Same issues exist, can you confirm that you are resizing the browser window, and when you do you see the issues? I’m getting frustrated that I’m not being understood. Maybe send me a screen cast of what you see?
Also, when you say headlines do you mean text like ‘OTHER SERVICES’ ?? could this be causing issues further down the page?
September 20, 2016 at 7:47 am #1183064
Paul RModeratorSorry,
Yes, I understand your issue and I have check on smaller screens. These are normal behavior and just needs some adjustments due to your content.
Please replace the code with this.
@media (max-width: 1300px) { #engineering-cards .x-column.x-1-4, #engineering-row .x-column.x-1-4 { display: inline-block; width: 48%; vertical-align:top; } #engineering-cards .x-container .x-column.x-1-4:nth-child(2), #engineering-row .x-container .x-column.x-1-4:nth-child(2) { margin-right:0; } #engineering-cards .x-gap, #engineering-row .x-gap { display:none; } #engineering-cards h4, #engineering-row h4 { margin-top:0; } } @media (max-width: 979px) { #engineering-cards .x-column.x-1-4, #engineering-row .x-column.x-1-4 { display:block; width:100%; } }You have been pointing out the issue but we also need to know what you would like to happen.
By headline, I mean STRUCTURAL ENGINEERING. CIVIL ENGINEERING. and others.
Thanks
September 20, 2016 at 8:12 am #1183103
dano007ParticipantOk, I see.
Well, thank you – it looks like those last changes have helped address most of the mobile issues. THere are still some formatting, text wrapping issues with the headlines (I used the standard text tool for this not the headline element) but from what you say these issues will be resolved by using the responsive text you mentioned above?
A remaining issue is as per the attached.
The sections that have Structural engineering text and images still seem to have odd formating, its not a consistent look and feel, that maybe partly due to some of the spacers I’ve put in to try and balance the text on full screen display.
Would it be possible for make the page like it does for full width, picture to the left and text for smaller pc and lap top screens, somewhere between 1280 – 1440 width? At the moment the way everything stacks is very in consistent between mid screen sizes.
Does that make sense?
September 20, 2016 at 8:15 am #1183109
dano007ParticipantWhat I’m trying to say is that on mid size screens/lap top etc I’d like the same payout as seen when viewed full size as in the pic in the attached.
At the moment when I view the homepage at a laptop screen size everything still looks a mess.
THank you!
September 20, 2016 at 9:39 am #1183215
dano007ParticipantDid the above make sense please?
September 20, 2016 at 4:59 pm #1183763
FriechModeratorHi There,
That can only be done if we make the text size small on those laptop screen width.
In this case you can utilise the Responsive Text settings (Cornerstone > Settings > Responsive Text). To do this apply a class to those text.
e.g.
<h4 class="responsive-text"><strong><span style="color: #12386b;">CIVIL ENGINEERING. </span></strong><span style="color: #808080;">Considering a new project? Our structural and civil engineering consultants have the experience to design your project.</span></h4>And then create a new responsive text setting and use this class as the selector. Play with the compression, min-size and max-size until you get the desired look.
Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1182791 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
