Details

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #150283
    f2bproduction
    Participant

    Hello,
    The URL : http://instinct.f2b-concept.com/billetterie/bastien-dans-moi-meme-jeu/
    β€’ How to remove the space between the Max and Minus ?
    β€’ How to change the width of the “DETAILS” column ?
    Thank you
    Franck

    #150996
    Barry
    Member

    Hi Franck!

    Would a rule like this (which you might add to a custom tribe-events.css file – see the Themer’s Guide for details on setting this up) help with the first issue?

    .tribe-events-tickets .woocommerce input.minus { top: 15px; }

    In relation to the description width, while I don’t know exactly how wide or narrow you want it to be might something like this work (which you could adjust appropriately)?

    .tribe-events-tickets .tickets_description { width: 60% }

    Let me know if that helps!

    #151243
    f2bproduction
    Participant

    Thank you for the 2 solutions. This is perfect !

    My question about the width of the column on the framework “DETAILS”. How to enlarge the column to the pavement ?

    Thank you

    #151624
    Barry
    Member

    Awesome, glad those worked for you πŸ™‚

    My question about the width of the column on the framework β€œDETAILS”. How to enlarge the column to the pavement ?

    I’m not actually sure what you mean here. You can certainly adjust the width of any of those table columns using a similar approach to what I outlined above – but we’d really need to leave it to you to take things from here.

    Good luck!

    #152406
    f2bproduction
    Participant

    thank you

    Yes, I speak of the column where the text “Website: http://www.bastien-humoriste.com” appears on two lines …

    I want a single line …

    #152700
    Barry
    Member

    Ah, I see. Well that’s really a separate issue (it’s nothing to do with WooCommerce Tickets or the ticketing table as such) so you’re more than welcome to post a new thread in our PRO forum if you need further assistance – bearing in mind the amount of support we can offer for customizations like this is limited – however you will basically be interested in targeting:

    • .tribe-events-event-meta .tribe-events-meta-group to set the width of that “column”
    • .single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-events-event-url to change how the text wraps in that area

    Note that changes like this may impact on event pages where additional information is shown in that area, so you’d need to carefully consider this.

    Good luck πŸ™‚

    #152721
    f2bproduction
    Participant

    Thanks

    #152730
    f2bproduction
    Participant

    Perfect !

    #152732
    Barry
    Member

    Our pleasure πŸ™‚

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Details’ is closed to new replies.