Qubic, Page Slip Under Menu - Question | JoomShaper

Qubic, Page Slip Under Menu

FP

Feuerwehr Preetz

Template 10 months ago

Hello, I have now switched my site to Joomla 4. Unfortunately, the controls have slipped under the logo and are almost impossible to use. https://www.feuerwehr-preetz.de/einsaetze

Can this be adjusted in the template?

Greeting Flo

0
8 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #118283

Use this custom CSS

.eiko_navbar_2 {
    position: relative;
    top: 8px;
}
.eiko_headline_2 {
    position: relative;
    top: 15px;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #118223

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
FP
Feuerwehr Preetz
Accepted Answer
10 months ago #118226

Hello Mehtaz Afsana Borsha,

unfortunately I can't send pictures with URL with the switch to Joomla 4. I can only send you a link first, https://www.feuerwehr-preetz.de/einsaetze/Einsatzbericht/74/person-mit-rollstuhl-im-wasser-Einsatzabbruch

where at the top it is difficult to click on "Overview" and "Back".

The "Feuerwehr Stadt Preetz" lettering hangs partially over it.

Greeting Flo

0
FP
Feuerwehr Preetz
Accepted Answer
10 months ago #118228
0
FP
Feuerwehr Preetz
Accepted Answer
10 months ago #119371

Hello Mehtaz Afsana Borsha, I pasted your css. Now I have it there:

sp-header > .container > .row {

display: flexible;
align-items: center;

}

sp menu {

flex: auto;

} .eiko_navbar_2 { position: relative; top: 8px; } .eiko_headline_2 { position: relative; top: 15px; }

But I don't see any difference whether I inserted your CSS there or not. Alos nothing happens. Are there perhaps problems with the existing CSS?

Greeting Flo

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #119377

Hi,

Where is that page and buttons? Is this solved?

0
FP
Feuerwehr Preetz
Accepted Answer
10 months ago #119543

Hello, it looked the same to me. I once cleared the cache and lo and behold, your code was adopted.

Many thanks for your effort.

Greeting Flo

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #119601

You are most welcome.

0