raego Posted March 19 Share Posted March 19 I am working on a portal update page for a client and would like to know if there's any easier way to create a simple sidebar using a group of blocks. I have currently created a look I really like and the blocks are sticky, however this is not responsive so when the browser size changes on desktop the blocks are skewed. Is there better CSS I can use to keep the blocks in the same position regardless of browser size? Site - https://brontegroup.com.au/solai-buyers-update-portal Link to comment
tuanphan Posted March 21 Share Posted March 21 Responsive What is your problem? Can you describe in more detail? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
raego Posted April 2 Author Share Posted April 2 (edited) On 3/21/2024 at 7:46 PM, tuanphan said: Responsive What is your problem? Can you describe in more detail? We can check easier Apologies – I am trying to see if it's possible to have the sidebar on this page be responsive in the sense that every time the browser changes whether that be from a desktop to smaller desktop, or tablet to mobile, the sidebar parameters break and the elements move outside the shape block underneath. Is there any css that would make this group of blocks stay in the same position regardless of browser size? E.g. can the 'px' values be something responsive instead of fixed values? This is what I currently have: body:not(.sqs-edit-mode-active) .fe-block-yui_3_17_2_1_1710823748951_2234 { position: sticky; top: 55px; } body:not(.sqs-edit-mode-active) .fe-block.fe-block-yui_3_17_2_1_1710820931793_13230 { position: sticky; top: 100px; } body:not(.sqs-edit-mode-active) .fe-block-yui_3_17_2_1_1710820931793_31196 { position: sticky; top: 700px; } body:not(.sqs-edit-mode-active) .fe-block-yui_3_17_2_1_1710820931793_29051 { position: sticky; top: 740px; } Edited April 2 by raego Link to comment
tuanphan Posted April 5 Share Posted April 5 I think you can code this with HTML/CSS in Code Block. If you want this, I will try convert it to HTML code in Code Block Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
raego Posted April 7 Author Share Posted April 7 On 4/5/2024 at 9:07 PM, tuanphan said: I think you can code this with HTML/CSS in Code Block. If you want this, I will try convert it to HTML code in Code Block That would be great if possible - thank you so much! Please note the text under each heading will be an anchor link to different sections on the page (these will change as each stage progresses). Link to comment
tuanphan Posted April 9 Share Posted April 9 I still check this. It will take some time to convert to Code Block raego 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment