How to remove module position

Professional Joomla social template with metro design and JomSocial extension support.
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
Fri Jul 25, 2014 8:40 am
Reply with quote
Report this post
Hi
How can I remove the "position: search" from the template? Right now I have black section on the top of my website (with "sign up" and logo). I don't want to show this part of the template on my website.
User avatar
Senior Boarder

GK User
Fri Jul 25, 2014 8:47 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Fri Jul 25, 2014 8:54 am
Reply with quote
Report this post
User avatar
Senior Boarder

GK User
Fri Jul 25, 2014 3:24 pm
Reply with quote
Report this post
Please edit: /templates/gk_msocial/css/override.css and add at its end:
Code: Select all
#gkHeader {display: none;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Jul 25, 2014 4:02 pm
Reply with quote
Report this post
it works properly, but when I enabled "CSS override" in template settings something happened with style switcher
it should be smaller and in the middle of the webside, right now is on the left
User avatar
Senior Boarder

GK User
Fri Jul 25, 2014 4:09 pm
Reply with quote
Report this post
I don't know what you have in your override.css - you had to put it there on your own...
Removing those declarations:
Code: Select all
#gkStyleArea {
   float: left;
   margin: 16px 0!important;
}

#gkStyleArea a {
   display: block;
   float: left;
   height: 14px;
   margin: 1px 8px 0 0;
   width: 14px;
}

#gkStyleArea a:hover {
   -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -o-transform: scale(1.2);
   transform: scale(1.2);
}

from override.css brings back style switcher to center of the page.
User avatar
Moderator


cron