John Template

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Sat Apr 05, 2014 11:55 am
witam szukam sposobu by powiekszyc cały obszar tempatki nie tylko menu przy wspisywaniu rozmiaru pozdrawiam
User avatar
Fresh Boarder

GK User
Sat Apr 05, 2014 12:29 pm
Hi,
czyli chcesz aby pozycje modułów nie miały bocznych paddingów?
lub strona miała 100% bez względu na rozmiar ekranu,
co spowoduje że osoby mające 24 i więcej cali się nieźle wkurzą jak im się rozleje na cały ekran ?
User avatar
Platinum Boarder

GK User
Sat Apr 05, 2014 6:16 pm
we wszystkich waszych temp jak wpisuje szerokosc załózmy 1400 to poszerza mi sie mainbody i cała reszta w tej jak wpisuje 1400 to rozszerza mi sie tylko menu a reszta bez zmian
User avatar
Fresh Boarder

GK User
Tue Apr 08, 2014 1:17 pm
Sorry, for delay.
You have to override 1000px size, this is default code
Code: Select all
.frontpage #gkMainbody .box .header, .frontpage #gkMainbody .box .content, #gkBottom1.gkSingleModule .box .header, #gkBottom2.gkSingleModule .box .header, #gkBottom3.gkSingleModule .box .header, #gkBottom4.gkSingleModule .box .header, #gkBottom5.gkSingleModule .box .header, #gkBottom6.gkSingleModule .box .header, #gkBottom1.gkSingleModule .box .content, #gkBottom2.gkSingleModule .box .content, #gkBottom3.gkSingleModule .box .content, #gkBottom4.gkSingleModule .box .content, #gkBottom5.gkSingleModule .box .content, #gkBottom6.gkSingleModule .box .content {
    max-width: 1000px;
}



Change value of max-width. How to use custom css code you will find in our documentation page.
I suggest to use 1300px
User avatar
Platinum Boarder


cron