Recent Topics

1 Jul 19, 2015 04:46    

How can I asevo skin wider ?

say ... 80% width

asevo is very nice but the width is very narrow/shrink

2 Jul 20, 2015 06:03

my monitor is 1920x1080

the asevo's width is like default 700px ... I preferred this one : width 80% or 85% percent ... or ... width 1366px

I looked hard at style.css and found few width ...I modified it ... and those "new width"s are not working ... then restored back to orginial

3 Jul 23, 2015 04:34

@deafsilencer: just add the code below at the end of your asevo/style.css file


div.main_zone {
	padding: 0;
}

div.inner_wrapper,
.evo_main_area {
	width: 85%;
}

4 Jul 23, 2015 06:37

Thanks !!!

70% is sufficient ... (chuckled) :)


Form is loading...