formenos Posted March 8, 2021 Share Posted March 8, 2021 Hello, I want a writing board as I mentioned in the picture. How can I do it? Thank you for your help. https://prnt.sc/10ga3nq Link to comment Share on other sites More sharing options...
0 The Grim Reaper Posted March 9, 2021 Share Posted March 9, 2021 14 hours ago, formenos said: I just want to create an area like in the picture and fill it with text. You can use the custom sidebar block from IPS or you can go in your template, search for sidebar and add your custom codes after this line : {advertisement="sidebars"} Link to comment Share on other sites More sharing options...
0 #crowley Posted March 8, 2021 Share Posted March 8, 2021 (edited) In the templates search box search this: <div id="ipsLayout_sidebar" class="ipsLayout_sidebarright " data-controller="core.front.widgets.sidebar"> Open the found template and below this line add: <div id="testtext">Text</div> After that go into CSS and open custom.css, add the code above and edit it as you like: .testtext{ font-size: 40px; padding: 140px; /* This will add padding to top, left, bottom, right */ border: 1px red solid; justify-content: center; /* Pack items around the center */ align-items: center; color: red; /* This is the color of the text */ font-weight: bold; display: flex; } If you have any questions you can quote my post. Edited March 8, 2021 by #crowley Link to comment Share on other sites More sharing options...
0 formenos Posted March 8, 2021 Author Share Posted March 8, 2021 2 hours ago, #crowley said: Şablon arama kutusunda şunu arayın: Bulunan şablonu açın ve bu satırın altına şunu ekleyin: Bundan sonra CSS'ye gidin ve custom.css'yi açın, yukarıdaki kodu ekleyin ve istediğiniz gibi düzenleyin: Herhangi bir sorunuz varsa, yazımdan alıntı yapabilirsiniz. <div id = "ipsLayout_sidebar" class = "ipsLayout_sidebarright" data-controller = "core.front.widgets.sidebar"> i couldn't find it Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted March 9, 2021 Administrator Share Posted March 9, 2021 Or just add a WYSIWYG block? Link to comment Share on other sites More sharing options...
0 formenos Posted March 9, 2021 Author Share Posted March 9, 2021 (edited) 2 hours ago, Tony said: Or just add a WYSIWYG block? I just want to create an area like in the picture and fill it with text. Edited March 9, 2021 by formenos Link to comment Share on other sites More sharing options...
0 formenos Posted March 9, 2021 Author Share Posted March 9, 2021 Solved thanks. Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted March 10, 2021 Administrator Share Posted March 10, 2021 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
formenos
Hello, I want a writing board as I mentioned in the picture. How can I do it? Thank you for your help.
https://prnt.sc/10ga3nq
Link to comment
Share on other sites
7 answers to this question
Recommended Posts