Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17623

    Hello,

    I am using Catch Box Pro for our company blog. If I view the blog on my iPhone, a grey sidebar ruins the overall impression of the blog. Also, the headlines of the articles look horribly big.

    How can I get rid of the sidebar? And how do I reduce the size of the headlines?

    The blogs URL: http://blog.obo-bettermann.de/

    #17627
    Sakin
    Keymaster

    @OBO Bettermann: There is little bug in css and will fix in new version. But for now, you can add the following CSS in “Appearance = Theme Options => Custom CSS” box.

    #main .article { word-wrap: break-word; }
    /* For Mobile font size */
    @media screen and (max-width: 767px) {
    	.hentry .entry-title {
    		font-size: 21px;
    	}
    }
    #17651

    That worked! The blog now looks fine on iPhones, too. Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog looks bad on iPhone – grey sidebar’ is closed to new replies.