Size of "Logo text"

GK User
Fri Apr 24, 2015 1:46 pm
hello,

in my understanding (please excuse my poor english) the logo text shown under the Logo could show the site name.

The field is 75px height and has a positioning from above. So more than a short text like "writer" is too long, it overlays the logo.

https://www.dropbox.com/s/dueimvobke5la ... 5.jpg?dl=0

is there a way to show a text like shown in the example combined with a logo?
i am using the quickstart with latest template update

best regards

Andre
User avatar
Fresh Boarder

GK User
Fri Apr 24, 2015 6:21 pm
If you could post a link to a site where this issue could be seen, I can provide correct override.css declarations.
User avatar
Moderator

GK User
Fri Jun 12, 2015 12:23 pm
User avatar
Fresh Boarder

GK User
Mon Jun 15, 2015 7:43 am
Please edit: /templates/gk_writer/css/override.css and add at its end:
Code: Select all
#gk-logo + #gk-logo-text {
  top: 130px;
}

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

GK User
Mon Jun 15, 2015 7:52 am
Thank you very much
User avatar
Fresh Boarder

GK User
Tue Jun 16, 2015 3:22 pm
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Wed Jun 17, 2015 9:12 am
Hm, yes

#gk-menu-button should not overlay the Logo text if the browser window decreases his height.

OffTopic: TinyMCE uses <p> as default. so:

#gk-social p {
margin: 0;
}

would help with editing some modules, because after editing TinyMCE inserts a <p> arround the text and <p> has a top margin of 1em. In your quickstart package there is no <p> arround the text.

Example: The youtube, social ... links module in the top right corner.
User avatar
Fresh Boarder

GK User
Wed Jun 17, 2015 6:41 pm
Please disable tinyMCE editor in global configuration (change editor to "editor - none").
You might also find some help in this article:
https://www.gavick.com/documentation/un ... d-editors/
User avatar
Moderator


cron