Mister Denial Posted August 30, 2011 Share Posted August 30, 2011 Hello, on my current template, the size of the pop-up window for terms and conditions is a bit too small, it has horizontal scrollbars that look really ugly. I'd like to change the width, but have no clue which file to edit. Can someone please give me a helping hand with that? Many thanks in advance, your help is much appreciated! Dan Link to comment Share on other sites More sharing options...
BWT Posted September 1, 2011 Share Posted September 1, 2011 If you use firefox you can use fire bug to find the location of the area your talking about then edit it. My guess is that it is some place in the global.css file but i am not sure because I have never changed this. Link to comment Share on other sites More sharing options...
Mister Denial Posted September 9, 2011 Author Share Posted September 9, 2011 Hi there, thank you for your input and your help. I found out that this is apparently a classic iframe issue, and it is tricky to disable horizontal scrolling but leaving vertical on. It would require quite some work around - unless someone knows a good solution to get rid of h-scrolling in an iframe? Best regards, Dan Link to comment Share on other sites More sharing options...
razaro Posted September 10, 2011 Share Posted September 10, 2011 You can try to add overflow-x:hidden to css/jquery.fancybox-1.3.4.css #fancybox-frame { width: 100%; height: 100%; border: none; display: block; overflow-x:hidden; } This removes horizontal scroll and all text is visible. Link to comment Share on other sites More sharing options...
Mister Denial Posted September 13, 2011 Author Share Posted September 13, 2011 Hi there, thank you for that suggestion, I made the change to the CSS file, but it does not work, horizontal scrollbar is still showing. Regards, Dan Link to comment Share on other sites More sharing options...
ysco Posted September 13, 2011 Share Posted September 13, 2011 Hello Mister Denial, Did you have set in BO the setting force compile to On and cache Off, if you did not changed this then the the change will not be visible at FO. If not then please do and then read load the page again and look if it works now, if it worked then set force compile to Off and cache to On again. Regards, ysco.. Link to comment Share on other sites More sharing options...
carbik Posted September 15, 2011 Share Posted September 15, 2011 You can find in web/js/jquery file jquery.fancybox-1.3.4.js and then line 1105 with "width : 560". Test it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now