• Resolved chad31276

    (@chad31276)


    I am using Celestial Lite at chadadiller.com and I noticed that if you go to a specific post, it appears it isn’t responsive on my iPhone. One thing I saw is that the comment box is very wide and doesn’t resize to the width. I am guessing this is what is messing it up. Does something need done to fix that comment box?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Sorry for the late reply, please add this css on child theme style.css file to make comment form responsve.

    textarea.span6 {
        width: 100%;
    }
    
    input.span4 {
        width: 100%;
    }

    Let us know if you got any problems on this.

    Thanks

    Thread Starter chad31276

    (@chad31276)

    I’m a newbie of some sorts. I don’t know how to make a child theme. I adding this to the style.css on the original theme and it fixed it. I know I’ll have to do this again if the theme updates but hopefully you folks will fix it in the next theme update.

    Yeah sure, we will fixed this issue on next update.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Blog Comment Box Width- Mobile Display’ is closed to new replies.