Close

Make "Conditions of Use" scrollable

laloni
6 years ago
#13552 Quote
Avatar
  • 4
Hello

I have put my "Conditions of Use / Terms of Service" into the Main Menu as it is quite a lot of text.

But if I click at the link to read them during checkout, I see a small popup window without scrollbar. How can I increase the width and add a scrollbar?

Thanks!

Best Regards
Christine
Valentin
6 years ago
#13554 Quote
Avatar
  • Moderator
  • 172
Greetings Christine,

to fix this, you need to go to your theme administration panel -> Nop-templates -> Themes -> Brooklyn -> Settings and in the Custom Head Styles section just add the following code:


.ui-dialog {
width: 900px !important;
padding-bottom: 20px;
}

.ui-dialog-content {
max-height: 65vh !important;
overflow: auto;
}
Best Regards,

Valentin Kirov
Nop-Templates.com
laloni
6 years ago
#13555 Quote
Avatar
  • 4
Hi Valentin

works perfect!
Thanks a lot!

Best,
Christine