• Resolved richard999

    (@richard999)


    When I set the width of a table to be less than full container width and have the table information displayed at the bottom of the table, the legend <previous next> does not line up with the edge of the table, but is to the right. What css coding can I use to line it up with the table? Or is there another solution?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Here, instead of setting the width of the table itself, you would have to set the width of its wrapping container element. For that, you can use

    #tablepress-20_wrapper {
    	width: 550px;
    }

    instead of what you are using now.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Alignment of the table information display’ is closed to new replies.