Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    you can try something like

    select#location-country {
     height: 40px !important;
    }
    Thread Starter thowe82

    (@thowe82)

    hi Angelo,

    thanks a lot for the the code, it works perfectly! The other problem was the categories-box. I tried to format it the right way, but it didn’t work.

    Thats the code I used to format it.

    select#event_categories {
    height: 500px !important;
    width: 500px !important;
    }

    Thanks a lot, Thowe

    Plugin Support angelo_nwl

    (@angelo_nwl)

    try something like

    div.event-categories select {
     width: 300px !important;
    }
    Thread Starter thowe82

    (@thowe82)

    Angelo! Thanks, that works perfectly. Slowly, I’m getting into this.

    Thowe

    Plugin Support angelo_nwl

    (@angelo_nwl)

    glad it worked.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Problem formatting submission-form’ is closed to new replies.