Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1114996

    moderninkadmin
    Participant

    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!

    #1115195

    Christian
    Moderator

    Hey there,

    Your Row was set to hide on mobile (see attachment). Check your Row’s Hide Based on Screen Width option.

    Thanks.

    #1115326

    moderninkadmin
    Participant

    Oops! Well that was easy :p Thankyou!

    #1115412

    Thai
    Moderator

    If you need anything else please let us know.

    #1118310

    moderninkadmin
    Participant

    One 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.

    http://www.moderninkfremantle.com.au/flash-day/

    #1118518

    Rupok
    Member

    Hi 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!

    #1119656

    moderninkadmin
    Participant

    I 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

    #1119663

    moderninkadmin
    Participant

    Screen cap of website with space

    #1119932

    Rue Nel
    Moderator

    Hello 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.

    #1119946

    moderninkadmin
    Participant

    Sure here is a screen cap!

    #1120057

    Nabeel A
    Moderator

    Hi 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!

    #1121999

    moderninkadmin
    Participant

    Thanks 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

    #1122115

    Paul R
    Moderator

    Hi,

    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.

    #1123174

    moderninkadmin
    Participant

    Hi 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?

    #1123180

    moderninkadmin
    Participant

    Home area white space