Change size of svg container

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Mon Nov 21, 2016 8:34 pm
Hello,
I am using the events template, but the header logo is cut while the small logo is ok, was just wondering what I could do to expand the width of the header logo so that it all fits.
Thank you. (currently working on localhost so I cannot post a reasonable link.)
User avatar
Fresh Boarder

teitbite
Sun Nov 27, 2016 10:29 am
Hi

This I need to see unfortuantely to tell right dimentions for Your logo. Please ignore it for now and get back to me when site will be online,
User avatar
Moderator

GK User
Tue Nov 29, 2016 2:43 pm
Hello,
Site is up now at http://www.fceafrica.org,
[edited by moderator]
User avatar
Fresh Boarder

teitbite
Mon Dec 05, 2016 5:39 pm
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkLogoSmall.cssLogo {
    background-position: center -36px;
    background-size: 100% auto;
    height: 74px;
    width: 200px;
}
User avatar
Moderator

GK User
Mon Dec 12, 2016 1:14 pm
Hello,
I have pasted the code into override.css, and enabled css override in the template features, but it doesn't solve my problem with the header on the main page, it is still cut.
The other pages have it in full, but there is barely a margin between the top of the page and the logo, I would like it if that space could be increased as well.

Thank you.
User avatar
Fresh Boarder

teitbite
Tue Dec 13, 2016 1:57 pm
Hi

I do not see it cut. Can You show me a screenshot ? Also tell me how would You want it. I could not left any space since logo gets really small when trying to fit in this small bar. I've make it as big as possible.
User avatar
Moderator

GK User
Fri Dec 16, 2016 8:43 pm
header.jpg
Hello,
I think we are misunderstanding each other.

I am attaching a picture of the logo I'm trying to fix as requested.
User avatar
Fresh Boarder

teitbite
Wed Dec 21, 2016 6:15 pm
Hi

Yes, I was thinking about a logo on frontpage. For this use code like:

Code: Select all
#gkHeaderNav.static #gkLogoSmall {
    top: 0;
}
User avatar
Moderator

GK User
Thu Dec 29, 2016 1:14 am
Hello,
Thank you, but even the logo on the front page is cropped; the image is there, but the words are cropped, I'd like them to all be visible; It is supposed to be, "Foundation for child Education, Africa," all that is visible is, "ion for child educat" which doesn't make sense.
Please refer to the first picture above to see what I mean
User avatar
Fresh Boarder

teitbite
Mon Jan 02, 2017 4:05 pm
Hi

The acctual size of the big logo are:

Code: Select all
#gkLogo.cssLogo {
    height: 298px;
    width: 421px;
}


so try use this code. And to scale it in mobile use:

Code: Select all
@media only screen and (max-width:421px) {
#gkLogo.cssLogo {
    background-size: 100% auto;
    background-position: center center;
    width: 100%;
}
}
User avatar
Moderator

GK User
Sat Jul 08, 2017 11:56 pm
Hello,
I eventually managed to sort myself out by directly editing the template.css file.
Thank you very much, you did point me in the right direction.
User avatar
Fresh Boarder

teitbite
Wed Jul 12, 2017 5:50 pm
Hi

Ok. Glad it's resolved. Closing this thread than.
User avatar
Moderator


cron