WebsiteBaker Community Forum

WebsiteBaker Support (2.12.x) => General Help & Support => Topic started by: CodeALot on July 01, 2019, 11:37:47 AM

Title: Page names in overview text-align center??
Post by: CodeALot on July 01, 2019, 11:37:47 AM
After upgrading from 2.12.1 to 2.12.2 (using Unzip and the automatic scripts) everything works fine, except that the pagenames in the pages-overview are centered.
I can't find where this is controlled. Am I the only one with this problem?
Title: Re: Page names in overview text-align center??
Post by: dbs on July 01, 2019, 11:49:36 AM
Hi, you are the first with this problem.
Can you give a screenshot?

The CSS for this is in templates/DefaultTheme/css/pages.css
Line 45 says: text-align: left;
Title: Re: Page names in overview text-align center??
Post by: Luisehahne on July 01, 2019, 11:59:14 AM
Maybe a cache issue with the browser.

Dietmar
Title: Re: Page names in overview text-align center??
Post by: CodeALot on July 01, 2019, 12:12:05 PM
It's fine in Firefox and Edge, in Chrome (cache cleared!) it shows like this:

(https://i.ibb.co/QPFJGJW/Fotomakerij-37.jpg)
Title: Re: Page names in overview text-align center??
Post by: dbs on July 01, 2019, 05:51:38 PM
There is a little problem, you're right. But not centered like in your screenshot.
We try to fix that.
Title: Re: Page names in overview text-align center??
Post by: CodeALot on July 02, 2019, 12:23:54 PM
There is a little problem, you're right. But not centered like in your screenshot.
We try to fix that.
It's not really a big deal, just looks weird. :-)
Title: Re: Page names in overview text-align center??
Post by: dbs on July 02, 2019, 05:52:17 PM
Please can you test this:
admin/pages/dataRowsTable.php

In line 5 is a width: 0;
Change this to width: 1px;

Hope this fix that. If you see no changes try CTRL+F5.
Title: Re: Page names in overview text-align center??
Post by: CodeALot on July 03, 2019, 11:14:31 AM
Please can you test this:
admin/pages/dataRowsTable.php
In line 5 is a width: 0;
Change this to width: 1px;

Yep, that did the trick. Thanks!
Title: Re: Page names in overview text-align center??
Post by: dbs on July 03, 2019, 07:42:26 PM
Thanks for testing.  (Y)

The fix is available in the add-ons repository: https://addon.WebsiteBaker.org/pages/en/browse-add-ons.php?id=04091835 (https://addon.WebsiteBaker.org/pages/en/browse-add-ons.php?id=04091835)
Title: Re: Page names in overview text-align center??
Post by: CodeALot on July 03, 2019, 07:47:36 PM
Thanks for testing.  (Y)

The fix is available in the add-ons repository: https://addon.WebsiteBaker.org/pages/en/browse-add-ons.php?id=04091835 (https://addon.WebsiteBaker.org/pages/en/browse-add-ons.php?id=04091835)
Thanks for the quick fix and update!