Tagged: cornerstone
-
AuthorPosts
-
August 3, 2016 at 1:36 am #1114996
I have setup my contact form 7 and it is responsive to all variations but the entire contact section disappears on the smallest mobile size? How can I fix that?
WordPress 4.5.3 running X theme with Integrity Stack Cornerstone Version 1.3.0
http://www.moderninkfremantle.com.au/
Thanks!
August 3, 2016 at 5:23 am #1115195Hey there,
Your Row was set to hide on mobile (see attachment). Check your Row’s Hide Based on Screen Width option.
Thanks.
August 3, 2016 at 7:56 am #1115326Oops! Well that was easy :p Thankyou!
August 3, 2016 at 9:03 am #1115412If you need anything else please let us know.
August 4, 2016 at 9:34 pm #1118310One more thing, I am wondering why there is such a large space between the first and second paragraph of my blog posts? I can’t work out if it’s padding or line height, it happens if I change from paragraph to any of the heading formats.
August 5, 2016 at 1:34 am #1118518Hi there,
Thanks for writing back. It’s the default margin-top of the heading 6 you are using. You can add mts or mtn class to the heading or add your own margin-top value to get rid of the space.
Cheers!
August 5, 2016 at 8:22 pm #1119656I have one final question please,
On my website when the screen dimensions get smaller (tablet, mobile etc) you can see white space at the bottom of after the footer but when I look at the same dimensions on the integrity demo theme the footer stays touching flush to the bottom of the screen. Is there a way for me to get rid of this white space? I have changed the site background colour under customisation to black but still shows the white.
Thanks
August 5, 2016 at 8:29 pm #1119663Screen cap of website with space
August 6, 2016 at 3:10 am #1119932Hello There,
Thanks for the updates! Regretfully I am not seeing any white space when checking your site. Could please provide us a screenshot? Please make sure that the file size is not more than 512KB so that you can successfully upload it.
Thank you.
August 6, 2016 at 3:23 am #1119946Sure here is a screen cap!
August 6, 2016 at 5:21 am #1120057Hi again,
I tried checking your site in smaller screen but i couldn’t find any white space (see attached) Maybe it’s because you’re logged in. Can you try logging out and check the site again.
Thanks!
August 8, 2016 at 7:17 am #1121999Thanks it does not show on my mobile either now. I was wondering if there is a way for me to control the line break for the mobile version of the website?
I would really like the email to align with the envelope icon but it splits on the contact page
And the social icons on the other page I would like them to split onto the same line
Is this possible to control?
Thanks
August 8, 2016 at 9:00 am #1122115Hi,
You can add this in Cornerstone > Settings > Custom CSS of your contact page.
@media (max-width: 1108px) { .x-column { width:100%; display:block; float:none; clear:both; } }
Then add this in Cronerstone > settings> custom css in Allan’s page
@media (max-width: 1108px) { #x-section-1 h7 { width:100%; clear:both; float:none; } }
Hope that helps.
August 8, 2016 at 10:41 pm #1123174Hi again
The white space on my homepage under the footer is showing up again (even when logged out) at first I thought it was because there wasn’t enough content to fill the screen but on the blog page where they is even less content the footer has black underneath, how can I get rid of the white on the homepage so it’s got the same black fill in the space under the footer?
August 8, 2016 at 10:47 pm #1123180Home area white space
-
AuthorPosts