Margins (top an sides)

25 April, 2016
GK User
Mon May 09, 2016 3:27 pm
Hi everybody out there in gavick-universe,
thank you for another wonderful template. I´ve actually been playing around with box-template and did some testing in order to find out if it would fit for an update of one of my websites.
While doing so i regognized, that margins of the template are a bit different. For example the margin between body and head is extremely small (near to none) and the margins right and left are quite big so the content ist way thinner in width than the navigation.
Is there a way to adjust this? Can and would you lend me a helping hand and give me some hint and/or advise?
Thank you so much.
Sunny greetz
m
User avatar
Senior Boarder

teitbite
Thu May 12, 2016 1:08 pm
Hi

Side padding can be changed by overwritting code:

Code: Select all
.single-page > .item-content, .single-page > .itemComments {
    width: 80%;
}


and top space by changing value:

Code: Select all
.single-page .item-title {
    margin: 12rem 0 0;
}
User avatar
Moderator


cron