This topic is locked

Bootstrap1 layout of text and grid in CSS

6/13/2017 11:14:32 PM
PHPRunner General questions
S
snuffi01 author

Hi,
Having issue with one thing and dont know another one.
Issue: Make text align to center (vertical) on listpage.

I have big textsize on listpage and need th etext to align to center vertically witch it doesnt do at the moment:


I have tried this in Custom CSS:



td.bs-gridcell {
vertical-align: middle;
}


Second problem is making the grid 100% width on listpage.

My issue that the grid is always pushed to the right as seen above in the picture.

I have looked at this page PHPRunner Docs
My try:



.bs-center, .bs-middle, .bs-grid, .bs-grid > table {
width: 100% !important;
}


Any suggestions?