This topic has 8 replies, 3 voices, and was last updated 2 years, 5 months ago ago by Olga Barlow
Is it possible to create per page a custom sidebar to make the content relevant to the landingpage?
Thanks.
Hello,
Edit page > [8theme] Layout options > Widget Area
Apperance > Widgets > Custom Sidebar
Regards
Yes that worked, thanks! the only thing now is that when i use a sidebar and a heading in it, and the word is too long the word breaks on the wrong point. it also happens in headings when a word is too long, like this https://gyazo.com/c669d88cde31fb0e8a1961285fa9cb3f
how can i set a breakpoint for words? or how to solve that a word doesnt break at all?
Provide URL of page with the problem, please.
Regards
Sure, vwm-advocaten.nl
On this page only? Could you provide temporary wp-admin access also?
Regards
i think yes, it happens when a word is too long.
Thanks,
Hello,
There are 2 rules that you could use to break the words: word-break and word-wrap.
https://developer.mozilla.org/en-US/docs/Web/CSS/word-break
https://www.w3schools.com/cssref/css3_pr_word-wrap.asp
If you don’t want to break the words use
@media (max-width: 480px) {
h1, h2, h3, h4, h5, h6 {
word-break: normal;
word-wrap: normal;
}
}
Regards
Tagged: create, custom sidebar, possible, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up