HTML look fixing #2362

Closed
opened 2026-02-05 03:48:31 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @wrkilu on GitHub (Aug 17, 2021).

Hi,
Bookstack looks very promising however it has let say two important negatives in look.
Concrete question: how to expand center main field for content ? and how to delete first lines of page in pages list ?
obraz

Regards.
wrkilu

Originally created by @wrkilu on GitHub (Aug 17, 2021). Hi, Bookstack looks very promising however it has let say two important negatives in look. Concrete question: how to expand center main field for content ? and how to delete first lines of page in pages list ? ![obraz](https://user-images.githubusercontent.com/36470632/129791053-517b7d30-8247-44cd-b59e-578a7a4fc2bb.png) Regards. wrkilu
Author
Owner

@ssddanbrown commented on GitHub (Aug 19, 2021):

Hi @wrkilu,
If you're handy with CSS you can add some overrides via the "Custom HTML Head Content setting". Note, this isn't officially supported though. Some suggestions for the width part are suggested in #1757 if you needed some hints.

@ssddanbrown commented on GitHub (Aug 19, 2021): Hi @wrkilu, If you're handy with CSS you can add some overrides via the "Custom HTML Head Content setting". Note, this isn't officially supported though. Some suggestions for the width part are suggested in #1757 if you needed some hints.
Author
Owner

@wrkilu commented on GitHub (Aug 20, 2021):

All right not bad tip :)
So it remains second question: how to remove first lines of page in pages list ?

@wrkilu commented on GitHub (Aug 20, 2021): All right not bad tip :) So it remains second question: how to remove first lines of page in pages list ?
Author
Owner

@ssddanbrown commented on GitHub (Sep 18, 2021):

Sorry for the late reply. The following in the "Custom HTML Head Content" would remove the lines cross out in your screenshot:

<style>
	.book-content .entity-item-snippet {
		display: none;
	}
</style>

Since both requested points have been addressed I'll close this off.

@ssddanbrown commented on GitHub (Sep 18, 2021): Sorry for the late reply. The following in the "Custom HTML Head Content" would remove the lines cross out in your screenshot: ```html <style> .book-content .entity-item-snippet { display: none; } </style> ``` Since both requested points have been addressed I'll close this off.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2362