To make the aBagon theme wider, you need to change the "width" parameter of the following classes of the CSS for the template. For instance, if you want to have 1150px in width, you need to change as follows:
.body-bottom-bg {
{SOME OTHER PARAMENTERS}
width: 1150px;
}
and modify the "bottom-wrapper" width parameter in accordance to your new width.
All these CSS classes you can find easily by any search and define the CSS files to edit. The best way to make any changes and define certain CSS classes and files to edit by one click, I suggest you using Google Chrome developer panel. Great manuals and examples of it are there:
https://developers.google.com/chrome...lements-styles
https://developers.google.com/chrome...-preprocessors
To change the font size you need to use the same ways. Just change the font size for body CSS class, and then if you need, for any special elements. You will find any elements of the template, its CSS classes, parameters, files location and even PHP files by its search via Google Developer panel easily by one click.
I hope I explained the information in a clear way and it will help a lot.
Bookmarks