• Hi.
    I have at widget (skyscanner) in my sidebar. It is used for flight serach. The problem is when you want to choose a date, a calander folds out, but only a little part is visible because the “widget box” is too small. Can that be solved somehow?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • You need to contact support for skyscanner. They provided the code for the widget. They are more likely to be able to fix the issue. Or find a different provider that actually works within widgets.

    Thread Starter thure29

    (@thure29)

    Thanks Goldfishflake. I will contact Skyscanner and see if they can fix the problem.

    I was curious about this and did some looking around. I wonder if you change the theme’s css at the secondary widget if it would let your calendar show up?
    changing overflow:hidden to overflow:visible

    If you aren’t using a child theme you can add it to the custom css with the following:

    #secondary .widget{
    overflow: visible;
    }

    Without going in and adding that particular widget to one of my nisarg sites I don’t know if this will solve your issue.

    you may need to add important if you try this.
    overflow: visible !important;

    Thread Starter thure29

    (@thure29)

    Thanks a lot.

    I tried, but since I’m not so confident with coding, I did not succeed using your tips. I’m not quite sure where to place it, but maybe I’ll try again later.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to ajust widget box’ is closed to new replies.