How to Move Title Bar in Main NSP from Up to Down

GK User
Sun Oct 20, 2013 8:44 pm
imagewn11.jpg
Hi,
I'm sure this must be something easy to do but I honestly can't figure it out. I am trying to get the title Bar in the main nsp module on the frontpage to show at the bottom instead of at the top. Looking forward to your help. Thanks. I have attached a picture
imagewn11.jpg
User avatar
Junior Boarder

teitbite
Sun Oct 20, 2013 9:00 pm
Hi

Please add this code to css:

Code: Select all
div.header .nspHeader {
top: auto;
bottom: 0;
}
User avatar
Moderator

GK User
Mon Oct 21, 2013 5:19 pm
teitbite wrote:Hi

Please add this code to css:

Code: Select all
div.header .nspHeader {
top: auto;
bottom: 0;
}


Thank you for your response. To what particular css file do I have to add this code to? Thank you.
User avatar
Junior Boarder

GK User
Mon Oct 21, 2013 5:35 pm
Thanks! I figured out the code had to be added to the gk.stuff.css file. Thank you worked like a charm!
User avatar
Junior Boarder

teitbite
Tue Oct 22, 2013 6:22 pm
Hi

Any css modifications should go to override.css, this way You will not lost it during template updates. But remember to allow using override in template settings.
User avatar
Moderator

GK User
Wed Oct 23, 2013 11:24 am
Ok! Thanks! One more quick question...is there a way to change the background color of the MAIN NSP module? Thank you
User avatar
Junior Boarder

teitbite
Thu Oct 24, 2013 9:50 pm
Hi

If You mean the whole block with this module than use this code:

Code: Select all
#gkToptop1 .nsp {
    background-color: #dddddd;
}
User avatar
Moderator

GK User
Sat Oct 26, 2013 12:46 pm
Just how I wanted it! Thank You!
User avatar
Junior Boarder

teitbite
Sun Oct 27, 2013 7:20 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron