Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Responsive reservation grid

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #186474
    asanti
    Participant

    i’m working on a reservation grid with bootstrap trying to make responsive a previous design.

    Here is the current design on the left vs mockup on the right,

    Image

    I’m having trouble to vertical align the title (from week to week) with the arrows and center (vertically and horizontally) the content of the boxes.

    This is what i got so far

    Codepen

    #186494
    __
    Participant

    A calendar is a type of table.

    Why not use a <table>?

    #186500
    Chris House
    Participant

    Also check out Chris’ great centering guide: https://css-tricks.com/centering-css-complete-guide/

    #186750
    asanti
    Participant

    i think is more like a reservation grid but i get your point, i will also try a table for it
    thanks

    #186751
    asanti
    Participant

    thanks caiman, i will check it out

    #186761
    __
    Participant

    i think is more like a reservation grid

    Whatever the purpose, it’s still the days of the month ordered by day name and sequenced by week. Might be a calendar “with notes,” but it’s still a calendar. : )

    Good luck; post again if you have any questions.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.