GKSTYLE - Adding subscription to header

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jan 08, 2013 5:06 pm
Reply with quote
Report this post
Hello, I would like to add a subscription to the the top above the image show on the header (see #1). When added it is not formatted (see attached #2). In summary I would like to have the image show below and use the a white background for the subscription (#1).

Thank you,
User avatar
Senior Boarder

teitbite
Wed Jan 09, 2013 3:35 pm
Reply with quote
Report this post
Hi

Please show me Your site while module is published as in 1 image.
User avatar
Moderator

GK User
Thu Jan 10, 2013 4:39 pm
Reply with quote
Report this post
User avatar
Senior Boarder

teitbite
Thu Jan 10, 2013 5:50 pm
Reply with quote
Report this post
Hi

Add this to css:

Code: Select all
div.acymailing_module {
    background: none repeat scroll 0 0 #DDDDDD;
    border-style: none !important;
    margin: 0 auto;
    max-width: 970px;
    padding: 15px !important;
}
User avatar
Moderator

GK User
Thu Jan 10, 2013 10:47 pm
Reply with quote
Report this post
Thanks, which css do i add to? I tried layout, template and override (added to the end of code) without success..
User avatar
Senior Boarder

teitbite
Fri Jan 11, 2013 4:21 pm
Reply with quote
Report this post
Hi

Override.css should do it. Please make sure override is enabled in template. Let me know when code will be ther so I'll be able to check.
User avatar
Moderator

GK User
Fri Jan 11, 2013 7:17 pm
Reply with quote
Report this post
Ok its up, not changing?
User avatar
Senior Boarder

teitbite
Sat Jan 12, 2013 12:04 am
Reply with quote
Report this post
Hi

I do not see this code in any file. Are You sure it was copied correctly ? Try also clearing cache and disabling compression if was used on the site.
User avatar
Moderator

GK User
Mon Jan 14, 2013 1:30 am
Reply with quote
Report this post
Ok that work, but not exactly how i wanted to position. I wanted it to be on top of the background image. Please see attached.
User avatar
Senior Boarder

teitbite
Mon Jan 14, 2013 8:33 pm
Reply with quote
Report this post
Hi

You just need to slide background a little bit down:

Code: Select all
#gkHeader.nobg {
    background-position: center 92px;
}
User avatar
Moderator


cron