Welcome Guest, Not a member yet? Register   Sign In
New Forums
#16

(This post was last modified: 06-07-2021, 11:42 PM by orionstar.)

The content is too wide, the width should have been maxed around 1200px and the row length around 75 chars also the default font size nowadays should be 16px for body copy.

extra.css:433

Code:
#mainwidth {
    width: 100%;
    max-width: 1200px;
    text-align: left;
    line-height: 1.5;
    margin: auto auto;
}


global.css:1052

Code:
blockquote {
    background: #f5f5f5;
    margin: 0;
    padding: 15px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    border-left: 5px solid #9e2635;
    text-shadow: 1px 1px 0px #fff;
    font-size: 16px;
    max-width: 75ch;
}


extra.css:782

Code:
.cposts2 div {
    padding: 5px;
    font-size: 16px;
}


global.css:1532

Code:
.post_body {
    padding: 1px 0;
    font-size: 14px;
    max-width: 75ch;
}

After these settings the main content will be well formatted only the meta information block should be widened a bit and some mobile optimalizations needed...
Reply


Messages In This Thread
New Forums - by InsiteFX - 05-28-2021, 09:03 PM
RE: New Forums - by demyr - 05-28-2021, 10:03 PM
RE: New Forums - by nfaiz - 05-28-2021, 10:40 PM
RE: New Forums - by orionstar - 05-28-2021, 10:21 PM
RE: New Forums - by seunex - 05-28-2021, 10:43 PM
RE: New Forums - by GHM - 05-29-2021, 03:50 AM
RE: New Forums - by InsiteFX - 05-29-2021, 04:45 AM
RE: New Forums - by MGatner - 05-29-2021, 05:27 AM
RE: New Forums - by includebeer - 05-29-2021, 08:40 AM
RE: New Forums - by Magellan - 05-29-2021, 07:35 AM
RE: New Forums - by MGatner - 05-29-2021, 11:25 AM
RE: New Forums - by MGatner - 05-29-2021, 12:03 PM
RE: New Forums - by includebeer - 05-29-2021, 12:17 PM
RE: New Forums - by maulahaz - 05-30-2021, 01:23 AM
RE: New Forums - by John_Betong - 06-07-2021, 08:27 PM
RE: New Forums - by orionstar - 06-07-2021, 11:34 PM
RE: New Forums - by John_Betong - 06-08-2021, 12:50 AM
RE: New Forums - by php_rocs - 06-09-2021, 09:20 PM
RE: New Forums - by Maria-N - 07-27-2021, 04:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB