Offcanvas is Dragging Logo With Down - Question | JoomShaper

Offcanvas is Dragging Logo With Down

J

Jesper

Helix Framework 3 years ago

Hi all I have a problem with the offcanvas menu. whenever I open the offcanvas menu, then the logo is dragged with it down when it unfolds. http://www.core-cph.com/images/dragginglogowithdown.jpg The logo is in a SP-Pagebuilder section with more columns. the center column has an class (.logo-column) the logo is generated in the column via a css class for the column. (http://www.core-cph.com/images/logoposition1.jpg CSS: http://www.core-cph.com/images/csslogoforstickymenu.jpg I dont know how the offcanvas dropdown is interfering in the column in question. I hope you can assist me Thanks Jesper

0
16 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #7910

2nd idea - is to use:

  1. Logo image that have 10px of top space included
  2. and use below custom CSS instead of my above current:
@media (max-width: 580px) {
.sticky.stickyscroll .logo-column 
  {background-position: top;}
}

but in general my solution 1 and 2 - should work quite OK. Solution#1 below, so you can keep it as it's now.

foto_5754_2021.png

here_open.png

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #4909

Hi Give me your site URL please

0
J
Jesper
Accepted Answer
3 years ago #4911

thanks for your fast reply. url and access is in the hidden.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #5034

It seems ok on my end https://prnt.sc/y4g1pf

0
J
Jesper
Accepted Answer
3 years ago #5040

But have you tried open the menu. then the logo is brought down. Just as I am showing on the first picture

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #5258

Yes it seems ok. Please clear your Joomla and Browser cache

0
J
Jesper
Accepted Answer
3 years ago #5291

I am using Chrome as browser, all cache is cleared, history deleted. and I have now tried on other computers that have never visited the site. The "burger" menu IS dragging the logo down. Can you please inform whether you use another browser? thanks, Jesper

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #5337

Its better you can give me a screencast of your issue

0
J
Jesper
Accepted Answer
3 years ago #5515

Hi Mehtaz Actually I find it very alarming that we dont see the same think. This video show what I mean by the logo is dropping down with the burgermenu. https://core-cph.dk/logo-down.mp4

Hope you can see and can assist /Jesper

0
J
Jesper
Accepted Answer
3 years ago #5923

Hi Mehtaz did you manage to see the video? and are you able to help? /Jesper

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #6519

I am, unable to access your site https://prnt.sc/zd80q4

0
J
Jesper
Accepted Answer
3 years ago #6604
Access to the site is written in the hidden content. I have just tested hte access and it works fine 
0
J
Jesper
Accepted Answer
3 years ago #7334

Any findings that can help?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #7904

I decided to help Mehtaz.

I am checking now...

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #7908

Found. The issue was caused by your custom CSS code In line ~72 of custom.css you set background-position: center, and you should use "top" OR left 10px; for mobile view.

.sticky.stickyscroll .logo-column {background-position: left 11px;}

Why and how: https://www.w3schools.com/CSSref/pr_background-position.asp

Yes. I corrected it already. Clean browser cache to see changes. But please remember that our support is not for fixing custom code issues. Thanks for understanding.

here_new.png

0
J
Jesper
Accepted Answer
3 years ago #8609

I Paul. I very much appreciate your trouble finding my mistake. I do understand that support is not for fixing codes. You are just the best. Many many thanks.

0