Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15687
    shamwow
    Member

    Hi the text on my home page becomes hyphenated on different computers, like there is not enough space, when i type within the wordpress screen for text, it looks fine then on my ipad it appears different and on my laptop its different again. Does it have to do with the fact that my home page is static?

    http://www.wealthbuildingproperties.com

    #15693
    Sakin
    Keymaster

    @shamwow: If you don’t like hyphens then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .site-content article {
    	-webkit-hyphens: none;
    	-moz-hyphens: none;
    	hyphens: none;	
    }
    #15707
    shamwow
    Member

    its not that i dont like hyphes, i dont understand why when you are in the visual mode typing out the text it looks fine but when you view the page, it looks like the margins need to be wider. and also, because this is a responsive theme shouldnt the pages look the same on any device?

    #15751
    Sakin
    Keymaster

    @shamwow: It will be different as we haven’t coded extra css for visual mode, that is why it is showing different. Responsive Design means it will adjust the width, margin, padding and font sizes as per the devices so that it displays nicely.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text on Homepage’ is closed to new replies.