Space between main menu/top of the page and content

GK User
Sat Nov 22, 2014 12:38 pm
Hello there,
I have just installed jomsocial in the quickstart of this template but, as you can see from the attached picture, there is so much space between the top part of the page and the jomsocial element. It looks also that there is no space for the login section of jomsocial, it's like this component has been moved some centimeters downward

Is there a way to change it?

Edit: this problem appears only before to log in, after that the space between the content and the top of the page is normal.

thanks in advance
User avatar
Senior Boarder

teitbite
Sat Nov 22, 2014 2:44 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Sun Nov 23, 2014 11:00 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.jomsocial-guest #gkPageContent {
    margin-top: 0;
}
User avatar
Moderator

GK User
Sun Nov 23, 2014 5:28 pm
It doesn't work.

May I send you the access details via pm?
User avatar
Senior Boarder

teitbite
Mon Nov 24, 2014 2:18 pm
Hi

Yes, please send me an access to joomla panel.
User avatar
Moderator

GK User
Tue Nov 25, 2014 9:19 pm
Have you had the chance to have a look?
User avatar
Senior Boarder

teitbite
Wed Nov 26, 2014 7:49 pm
Hi

Yes. I've checked. Looks like code needed an !important rule to not e overwritten.

Code: Select all
.jomsocial-guest #gkPageContent {
    margin-top: 0 !important;
}
User avatar
Moderator

GK User
Thu Nov 27, 2014 11:53 am
Hi there, it seems there is still a little problem with the visualization. I fact, the spaces where to insert the username and the password are still missing.

I attach two images, one with the atomic default template, and the second one with university.
User avatar
Senior Boarder

teitbite
Fri Nov 28, 2014 9:17 pm
Hi

It is removed on purpose. Login can be done via a template's Log In button in top right corner. So designers have removed this element.
User avatar
Moderator

GK User
Sun Nov 30, 2014 2:50 am
and there is no way to have an additional log in space in the jomsocial page instead to have it only with the login popup module?
User avatar
Senior Boarder

teitbite
Sun Nov 30, 2014 2:04 pm
Hi

You can revert it by adding this to override.css:

Code: Select all
#community-wrap .cGuest {
    position: relative;
    top: 60px;
}
User avatar
Moderator


cron