Is there some secret to getting this theme to cooperate when styling grids in Views or Blocks? I am using the local.css type of document to make changes, and all has gone well pretty much except for Views (a grid layout - no success at all) and Blocks (which I have had some limited success).

For the grid, I am using something like:

.view-dinners table.views-view-grid td .views-field-title a{
font: bold 20px georgia,arial,verdana,helvetica;
}
.view-dinners table.views-view-grid td {
margin: 10px 10px 10px 10px;
border: 1px solid #000;
}

"dinners" being the name of the grid. I've tried it without .view-dinners as well, but I haven't had any luck at all.....

Thanks ahead for any suggestions or help.

Comments

ajross’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Issue unrelated to the theme.