[SOLVED] subpage

September 2015 Joomla Template
GK User
Mon Oct 05, 2015 4:02 pm
How can I do? forum,
subpage CSS coder required.

Code: Select all
.subpage {
    background: #fff;
    margin: 40px;
    padding: 80px;
}


K2 header photo deteriorates.
.subpag to {
     background: #fff;
     margin: 40px;
     padding: 10px;
}

Image

Thank you for your help.

Ercan-usta
User avatar
Gold Boarder

GK User
Tue Oct 06, 2015 4:51 pm
please help me

:S :S
User avatar
Gold Boarder

GK User
Wed Oct 07, 2015 11:07 am
Solved :D :D


mobile.css

Code: Select all
.subpage {
    background: #fff !important;
    margin: 0px !important;
    padding: 0px !important;
}


override.css

Code: Select all
.single-page > .header {
    margin: -8px -9px 0 -8px;
    position: relative;
    text-align: center;
}
.subpage {
    background: #fff;
    margin: 40px;
    padding: 8px 9px 8px 8px;
}
User avatar
Gold Boarder


cron