How To Get Left Column Fixed ? - Question | JoomShaper

How To Get Left Column Fixed ?

Laurent

Laurent

Helix Framework 2 years ago

Hi,

I have added a menu on LEFT postion and works fine, see here : https://ibb.co/z5hBj11 but when I add this css code position: fixed; then the width decrease, see here : https://ibb.co/r5tYw07

You test in live here : http://hug.support.toonetcreation.com/mentions-legales.html

Do you know why?

thanks L.

0
13 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24399

Hi, Maybe some css conflict here. You will solve it by using some extra css like width https://prnt.sc/1aiojlm

Use this custom css

.box-menu-principal {
    position:fixed;
    width: 270px;}
0
Laurent
Laurent
Accepted Answer
2 years ago #24402

ok or 25% should work also.

and what about to get a overflow-y auto when screen is reduced ?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24405

Then use also this css

.offcanvas-init {
    overflow-y: hidden;}
0
Laurent
Laurent
Accepted Answer
2 years ago #24406

no I mean I need vertical scrolling on main menu when I reduce the window :

see here : http://prntscr.com/1aiugvo

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24408
0
Laurent
Laurent
Accepted Answer
2 years ago #24410

yes works fine, but now the main menu dropdown is under the text area.

see here : http://prntscr.com/1aixmmw

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24413

Then I think you should skip this overflow system

0
Laurent
Laurent
Accepted Answer
2 years ago #24414

ok so how to get menu scrolling when windows is reduced?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24420

maybe you can use some css for that. You can follow this blog. I hope this will help you https://www.joomshaper.com/documentation/joomla-templates/onepage/menu-scrolling

0
Laurent
Laurent
Accepted Answer
2 years ago #24423

ok thanks for your help L.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24432

You are always welcome! It would be very kind of you if you can manage some moment to give us feedback here: https://extensions.joomla.org/extension/sp-page-builder/ https://www.trustpilot.com/review/www.joomshaper.com Please let me know your name on the review. Thanks for being with us :)

0
Laurent
Laurent
Accepted Answer
2 years ago #24436

already done ;-)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24441

Thanks a lot

0