hi,
can you please tell me how:
1- change the width of the pages for k2 articles to have for example 1200 px? on those pages are any other modules at the side...
2- how i can change the color of the footer bar, to be blue for example?
thank you,
Dan
.itemView.singlePage {
max-width: 100%;
}
#gkFooter {
background: #000050;
}
#gkFooter {
background: #000050;
color: #fff;
}
#gkFooter a {
color: #fff;
}
