socho
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Go] Remove Social Media iconsHi, have you tried
click on Customize, then Social and then just delete the links there?Forum: Themes and Templates
In reply to: [Sinatra] Top Bar heightYes, this is working.
Just FYI, it seems the smallest number I can put is 22px, then it doesn’t get any smaller, but it’s enough for me.
Thank you.
Forum: Plugins
In reply to: [Simple News] Comment sectionHi Morten,
What a quick and easy solution 🙂
Thank you very much.
It works for newly added news automatically. For previously published news, need to go to Edit the individual news, scroll down and tick Allow Comments.Forum: Themes and Templates
In reply to: [Rambo] Wrap-text issue on PagesHello Hari,
Thank you for the response.
My problem was solved by updating style.css
.blog_single_post
original:
word-break: break-all;
word-wrap: break-word;changed to:
word-break: keep-all;
word-wrap: normal;Forum: Themes and Templates
In reply to: [Rambo] Wrap-text issue on PagesHello Hari,
It seems in rambo-pro the issue has been solved. However, in the free version here on ww.wp.xz.cn the text is just justified to a block and causes dividing words like:
1 line: long text, c
2 line: ontactI would prefer when the word does not fit on one line, so that the whole word would jump to another line, like:
1 line: long text,
2 line: contactAny idea?
Forum: Themes and Templates
In reply to: [Appointment] clickable menuDear Priyanshu,
It helped 🙂
Thank you so much for your good work.P.S.: will need a bit optimization for IE ^_^”