Fullwidth not displaying fullwidth of a webpage

  • small boxes:

  • Link to the page with the widget in question:

Event though I chose full with, the calendar boxes are quite small. anyone know how to make the boxes bigger?

1 Like

Hi there @Therese_Nesse :wave:

I’ve forwarded your request to the devs and will get back to you once I have their response :slightly_smiling_face:

Please try to add this code to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

.global-styles, .container:has(.elfsight-app-73d6e6e1-e46e-480e-a0c2-bbcc32138c25) {
    max-width: none!important;
    padding: 0!important;
    width: 100%!important;
}

Max, then this happened .)

2 Likes

Do I get it right that the code worked the way you wanted?

1 Like
1 Like

I wanted to get the grid boxes to become bigger, they look so small and tiny in the rest of the webdesign.

1 Like

But yes now they seems to be place all the way out :slight_smile: However, do you have a code to make the grid boxes bigger too :slight_smile:

2 Likes

Got it!

Sure, here is the code:

.eapp-events-calendar-grid-item {
  height: 400px;
  width: 350px!important;
}

Try it out and let me know if you like the result :slightly_smiling_face:

1 Like

Fantastic :slight_smile: Thank you so much!

2 Likes

You’re most welcome :wink:

In the meantime, I’d like to remind you about our Giveaway, where you can win 3 FREE months for your subscription.

Check the details and join in :wink: - April Giveaway: Celebrate 80K Members with Us & Win 3 FREE Months! :heart_eyes:

2 Likes

I will buy for client. However one last question - is it the possible to have for example 4 events on the main page - and then on a separate page have more events?

Mainpage: 4 events
Separate Event Page: eks 16 events

1 Like

Unfortunately, no :pensive_face:

The only solution is to create 2 different widgets with the different number of events and install them to these pages.

If you have any questions left, I’ll be happy to advise :slightly_smiling_face:

Ok thank u :slight_smile:

1 Like