Recent Topics

1 Mar 07, 2017 01:57    

Sorry! Ignore me :) Found it!

2 Mar 07, 2017 22:40

Just as reference for further readers.

Go to the file skins/asevo/style.css, around lines 26 to 50. There are three containers which width must be increased:

div.inner_wrapper
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	width: 88ex; /* Increase this */
	margin: 0 auto;
	padding: 1px;
}

/* Left column */
.evo_main_area {
	width: 62ex; /* Increase this */
	float: left;
	overflow: hidden;
}

/* Right column */
.evo_sidebar {
	width: 23ex; /* Increase this */
	float: right;
	overflow: hidden;
}

4 Mar 24, 2017 06:56

If anyone is using bootstrap asevo, would they like to post a URL so that I can see it in practice?

Thanks


Form is loading...