Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Logo - New size dimensions

  • KINISIS KOINSEP
  • KINISIS KOINSEP's Avatar Topic Author
  • Offline
  • New Member
More
10 years 8 months ago #138180 by KINISIS KOINSEP
Logo - New size dimensions was created by KINISIS KOINSEP
Hi.
We would like to set up a new logo with dimensions 180x110px. I thought that the logo position was auto-sized. Could you guide me how to chane the dimensions in css file ? I attach a screenshot from logo area. Thanks.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 7 months ago #138181 by Krikor Boghossian
Replied by Krikor Boghossian on topic Logo - New size dimensions
Hello,

Since the header is fixed in certain dimensions, a certain height is needed.
For a larger logos I suggest you remove the fixed functionality (screen real-estate).

In your custom.css file you will need these snippets.
.top-header-zone > .row,  .top-header-zone{ height: 140px;  }
@media screen and (min-width: 64.063em)
body {
padding-top: 140px;
}
PS. Set the padding to 0 and add .top-header-zone { position:static } to disable the fixed functionality.

Let me know if there is something else you need.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • KINISIS KOINSEP
  • KINISIS KOINSEP's Avatar Topic Author
  • Offline
  • New Member
More
10 years 7 months ago #138182 by KINISIS KOINSEP
Replied by KINISIS KOINSEP on topic Logo - New size dimensions
It's OK. Thanks for your reply.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 7 months ago #138183 by Krikor Boghossian
Replied by Krikor Boghossian on topic Logo - New size dimensions
You 're welcome.
It can be with JS but it will nor load that nice, hence the pure CSS solution.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum