Tagged: x
-
AuthorPosts
-
July 7, 2016 at 7:57 am #1076386This reply has been marked as private.July 7, 2016 at 10:09 am #1076560
Hi There,
I have removed the code previously added related to the issue from your Customizer:
.rev_slider_wrapper { position: relative; top: -45px; } @media ( min-width: 980px ){ #x-section-1 .rev_slider_wrapper { position: relative; top: -45px; } }
You had 45px of padding top on your First section where the slider was placed on Cornerstone, I have removed that for you. Please see image attached.
I have moved the top margin of your X Container by adding the following code to Appereance Customizer Custom CSS:
.page-id-272 .x-container.max { margin-top: 0; }
Hope that helps
Joao
July 7, 2016 at 10:16 am #1076562Hi Joao,
Thanks for jumping into the site but the spacing is still there both above the image and to the right on mobile. I’ve cleared history and cache and still not working…
July 7, 2016 at 2:17 pm #1076830Hi There,
That is strange I can´t replicate the issue on my End.
I have tested your website by re-sizing Chrome, On my Android Phone Firefox, and on my Ipad 2 Safari.
I have checked your camping and home pages.
Would you mind providing more information about the browser and device you are using while experiencing the issue?
Could you also test with a different browser just for the sake of curiosity?
Thanks
Joao
July 8, 2016 at 11:10 am #1078059Hi Joao,
The problem is on mobile devices mainly. Please can you check it out via a mobile as that is my clients main dislike.
Regarding desktop, it’s sorted in chrome and safri but still present in Firefox.
Also, please can you remove the padding that is now at the top of all the imagery? It just sit dead against the navigation please. This is the case on mobile and even desktop chrome, safari and firefox!
Thanks for helping.
Chris
July 8, 2016 at 10:33 pm #1078851Hello Chris,
I am another staff checking on this topic. Again I cannot replicate the issue. This is what I am seeing:
I would recommend that you clear your mobile phone browser’s cache or use Safari’s private browsing mode and test your site again. Please let us know how it goes.
July 10, 2016 at 7:45 am #1080113Hi, just to clarify the problem isnt on the home page slider.
Please use your phone to check this page – http://tyncornelcamping.co.uk/camping-facilities/
Many thanks,
Chris
July 10, 2016 at 8:04 am #1080131Hi Chris,
Please add the following CSS:
@media (max-width: 480px){ .page-id-164 .x-container.max.width.offset { margin-top: 0; } .page-id-164 #x-section-1 { padding-top: 0 !important; } }
Let us know how it goes!
July 10, 2016 at 11:46 am #1080314Hi Thai,
That has sorted out the top issue, thank you!
All that is left is the right border issue. There is still a 1/2px white line appearing to the right of the image.
Would you like my site login details?
Many thanks,
Chris
July 10, 2016 at 12:03 pm #1080326Hi There,
Please update the previous CSS a bit:
@media (max-width: 480px){ .page-id-164 .x-container.max.width.offset { margin-top: 0; } .page-id-164 #x-section-1 { padding-top: 0 !important; } #rev_slider_19_1_wrapper { left: -36px !important; } }
Hope it helps 🙂
July 11, 2016 at 3:07 am #1080981Problem solved! Thank you SO much,
Chris
July 11, 2016 at 3:24 am #1081013You’re welcome!
-
AuthorPosts