Add a module inside the header.

Support desk for Multipurpose Quark Theme
GK User
Tue May 19, 2015 10:53 am
Hi.

I'm trying to add the gk weather mod in the header module position, but the weather icon expands all over the header. How do I fix this?

Thanks
User avatar
Senior Boarder

GK User
Thu May 21, 2015 8:15 pm
Hello,

Could you provide an URL to your website with this issue?
User avatar
Administrator

GK User
Fri May 22, 2015 4:02 pm
Hi, I have sent you a pm.
Thanks
User avatar
Senior Boarder

GK User
Mon May 25, 2015 4:19 pm
Please add in your template settings -> advanced settings -> custom CSS code the following CSS fragment:

Code: Select all
#gkHeaderMod .gkwMain {
  margin: 200px auto 0 auto;
  position: relative;
  width: 400px;
  z-index: 10;
}
#gkHeaderMod .gkwMain img {
  position: static!important;
  margin: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: auto;
}
User avatar
Administrator

GK User
Wed May 27, 2015 7:43 pm
Thanks dziudek!
User avatar
Senior Boarder


cron