Event list widget sizing issue

Home Forums Calendar Products Events Calendar PRO Event list widget sizing issue

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1245240
    James
    Participant

    Hi,

    I am having an issue resizing my list view widget on my homepage. As you can see in the screenshot, its taking up the whole page but I have it set to be the right home column widget. I would just like it to be on the right side but I can’t figure out how to resize that properly. Can you help please?

    Thanks

    #1245693
    Geoff B.
    Member

    Good evening JamesĀ and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    As a first troubleshooting step, could you please provide us with your complete system information in a private reply using the instructions found in the following link?

    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    In the meantime, I believe some simple CSS could work.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .home .span_1_of_3 {
    width: 30%;
    float: left;
    display: block;
    }

    .home .span_2_of_3 {
    width: 60%;
    float: left;
    display: block;
    }

    Have a good weekend,

    Geoff B.

    #1246203
    James
    Participant

    This reply is private.

    #1246708
    Geoff B.
    Member

    This reply is private.

    #1246810
    James
    Participant

    It looks like it still didn’t work after placing that into my style.css file.

    #1247470
    Geoff B.
    Member

    This reply is private.

    #1247558
    James
    Participant

    This reply is private.

    #1248202
    Geoff B.
    Member

    This reply is private.

    #1251665
    James
    Participant

    This reply is private.

    #1252189
    Geoff B.
    Member

    This reply is private.

    #1253458
    Geoff B.
    Member

    This reply is private.

    #1264208
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Event list widget sizing issue’ is closed to new replies.