B bugeast Junior Member Joined Aug 21, 2015 Messages 177 Reaction score 29 Feb 6, 2016 #1 currently I using blogging theme from mythemeshop, but.... You can see the red circle. i dont like default setting theme. how to fix it? please help me sorry for wrong grammar, i'm not native Attachments blogging theme.jpg 33.4 KB · Views: 181 blogging theme.jpg 34.1 KB · Views: 186 Last edited: Feb 6, 2016
currently I using blogging theme from mythemeshop, but.... You can see the red circle. i dont like default setting theme. how to fix it? please help me sorry for wrong grammar, i'm not native
whiteblackseo Elite Member Joined Apr 11, 2015 Messages 2,995 Reaction score 1,162 Feb 7, 2016 #2 just use <br/> to create line breaks.
B bugeast Junior Member Joined Aug 21, 2015 Messages 177 Reaction score 29 Feb 7, 2016 Thread Starter Thread Starter #3 whiteblackseo said: just use <br/> to create line breaks. Click to expand... thanks sir. but I'm not understood. please explain more details. i dont know where to put it
whiteblackseo said: just use <br/> to create line breaks. Click to expand... thanks sir. but I'm not understood. please explain more details. i dont know where to put it
B bugeast Junior Member Joined Aug 21, 2015 Messages 177 Reaction score 29 Feb 8, 2016 Thread Starter Thread Starter #4 any there can help me?
Netro Junior Member Joined Jun 12, 2015 Messages 116 Reaction score 33 Feb 21, 2016 #5 Here is an example: CSS: Code: li span{ display:block; width:50px; word-break:break-all; } HTML: HTML: <li><a>nav</a><span>l;asdfjksdajgds;lkgsdkgjk</span></li> Or as whiteblackseo said, add <br> in the code after specific word you want to be added a new line.
Here is an example: CSS: Code: li span{ display:block; width:50px; word-break:break-all; } HTML: HTML: <li><a>nav</a><span>l;asdfjksdajgds;lkgsdkgjk</span></li> Or as whiteblackseo said, add <br> in the code after specific word you want to be added a new line.
SamLewis Supreme Member Joined Oct 25, 2012 Messages 1,343 Reaction score 1,058 Feb 21, 2016 #6 maybe overflow-wrap: break-word; white-space: wrap; Last edited: Feb 21, 2016
hacko BANNED Joined Feb 3, 2010 Messages 912 Reaction score 977 Feb 22, 2016 #7 In the CSS code, change "word-break:break-all;" to "word-break:normal;"