• I’ve had complaints that the links for my posts that are on my home page can not be clicked on an iPhone. I’ve researched and found an issue in other themes where the sidebar sometimes covers that area on smaller mobile devises. It works fine on my iPad. I turned off the sidebar and the links work on my phone. Is there CSS code I can use to keep this from happening on mobile? If you visit my site now on your phone, you will be able to see the problem. Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themevedanta

    (@themevedanta)

    Hi @penwallace

    Yes, We got your problem, Please add below custom CSS in your theme Customize
    Appearance -> Customize -> Additional CSS

    @media screen and (max-width: 767px) {
    	#primary.float-right {
    	    float: none;
    	}
    }

    Thanks for your patience

    Thread Starter penwallace

    (@penwallace)

    Thank you! I am now able to click through. Thank you for your prompt response.

    Theme Author themevedanta

    (@themevedanta)

    Hi,

    We are happy to help, and We are always ready for your help. If you have like our theme, please give a five-star review. It will be a big help to us from you.

    Happy Developing.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar blocking links on iPhone’ is closed to new replies.