• Resolved arimanuel

    (@arimanuel)


    Hello,
    I’m trying to having the “book a table” and “Contact details” in the same column, as the preview, but the Contact details always seem like 20 px or so more right.
    No padding or floating in the CSS, tried to add a padding left to the .rtb-booking-form fieldset and a couple of other pieces but that obviously moves everything on the left keeping the difference.

    Any help is greatly appreciated.

    (www.marionio.com.au/book-now)

    https://ww.wp.xz.cn/plugins/restaurant-reservations/

Viewing 1 replies (of 1 total)
  • Hi arimanuel,

    Looks like your theme adds a left margin to any element with the “contact” class. Try this CSS to override it:

    .rtb-booking-form fieldset {
      margin-left: 0;
    }
Viewing 1 replies (of 1 total)

The topic ‘having the two sections in column’ is closed to new replies.