How to do a horizontal widget?

Home Forums Calendar Products Events Calendar PRO How to do a horizontal widget?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #498878
    pedroamador
    Participant

    I had been checked your solution but it is not working in the event list I want to include in a widget: http://ude.edu.uy/home-test/

    Can you include the necessary lines for the CSS in order to place the “Próximos Seminarios” in horizontal and not in vertical.

    I tried
    float: left!important;
    width: 180px;
    With no sucess

    Thanks in advance.

    Pedro Amador – http://www.pedroamador.com

    #506338
    Barry
    Member

    Hi!

    Would something like this help? You’d probably need to tweak it a little further but it might give you a nice starting point.

    .et_pb_column_4_4 .et_pb_widget_area_left .et_pb_widget.tribe-events-adv-list-widget {
    	width: 1000px;
    }
    
    .tribe-events-adv-list-widget ol li {
    	float: left;
    	width: 24%;
    }

    You could try adding this to a custom tribe-events.css stylesheet, for example.

    Let me know if that helps!

    #506723
    pedroamador
    Participant

    Thank you very much for your quick answer.

    Best regards

    #527175
    Barry
    Member

    Happy to help 🙂

    I’ll go ahead and close this thread – but if we can help with anything else please don’t hesitate to create new threads and one of the team will be only too happy to assist. Also, if you have a moment to spare, we’d love to hear about your experiences with The Events Calendar so far.

    Thanks again!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to do a horizontal widget?’ is closed to new replies.