Home › Forums › Support › Section vertical This topic has 5 replies, 2 voices, and was last updated 7 years ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 22, 2016 at 6:35 am #228631 Thierry Hello, I want make this template, it’s possible with GP ? how i can do this ? Of course the problem is the vertical section. Thx September 22, 2016 at 10:09 am #228676 TomLead Developer Lead Developer You would have to code it yourself using GP Hooks and CSS. For example, in the wp_footer area: <div class="sticky-side-area hide-on-mobile hide-on-tablet">Content in here</div> Then you CSS: .sticky-side-area { position: fixed; right: 0; top: 0; height: 100%; width: 300px; background: blue; z-index: 999; } Just a very simple starting point, but it should get you going π September 22, 2016 at 1:32 pm #228746 Thierry Thank you Tom. My problem for the section area (green on the image) it’s possible to make this with GP ? September 22, 2016 at 10:37 pm #228819 TomLead Developer Lead Developer It’s possible, but it needs to be coded. The code I provided above is the start to that coding π September 22, 2016 at 11:20 pm #228821 Thierry Ok tank you Tom September 22, 2016 at 11:21 pm #228822 TomLead Developer Lead Developer No problem π Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In