1 (edited by jskno1 2016-04-05 04:12:27)

Topic: about page board more wide [SOLVED]

I want to make this bigger than the horizontal size of about page (board)

v1.5

maribo theme

Re: about page board more wide [SOLVED]

The About page is designed to display a column of text (on the left hand side of the screen) and an image from the Library (on the right hand side of the screen).
You could perhaps increase the width of the text slightly by using the following CSS in your 'showkase/_themes/maribo/css/custom.css' file:

.page-body {
    max-width: none !important;
}

However, if you choose to not display an image on your About page, then the column of text might seem quite narrow and you might be better off using a Basic page and setting 'Body text layout' to '1-column narrow' (in the 'Override Site Options' section).

Re: about page board more wide [SOLVED]

thanks ^^
I have resolved.

Re: about page board more wide [SOLVED]

You're welcome!
I'm glad you've been able to resolve your problem. Thank you for letting me know.