03-04-2018, 11:48 AM
More ideas.
Doing this css changes using a background image as an example:
.p-pageWrapper{
background-image: url(https://www.studio-397.com/wp-content/up...x585.jpg);
background-repeat: no-repeat;
background-size: contain;
}
.p-body-inner{
max-width: 85%;
opacity: 0.9;
}
getting the next result:
Doing this css changes using a background image as an example:
.p-pageWrapper{
background-image: url(https://www.studio-397.com/wp-content/up...x585.jpg);
background-repeat: no-repeat;
background-size: contain;
}
.p-body-inner{
max-width: 85%;
opacity: 0.9;
}
getting the next result:
SR4L discord channel: https://discord.gg/h5RZTcEcbA

