@John-1 i need to learn csharp and javascript
Logo on top
-
Hello,
how can I display my company logo on top above the forum ? I know you can add some html code to make it show below the menu bar, but that looks odd ..
Many thanks,
Pummelchen
-
-
Thx MJ, what I need is a way to put the logo above everything, like the cown on top of the Kings head
-
@pummelchen A possible way -with movable instead of fixed header- would be a fork with Persona theme as upstream, editing the file templates/header.tpl, removing the
navbar-fixed-top
class from the navbar, and adding adiv
with the logo as header (probably withhidden-xs
class if we want to avoid using it on mobile to save space). Among adjustments to work well with this layout, I would move the breadcrumb from top to bottom of the file templates/partials/account/header.tpl, for profiles. The editor would also need adjustments.