Helix Ultimate Logo Position - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Ultimate Logo Position

J

johnny

Template 2 years ago

Using the Helix Ultimate template and Joomla 4.

https://www.joomshaper.com/joomla-templates/helixultimate

How can I change the position of the logo to the top right on small screens only? See image of current placement and preffered placement.

https://imgur.com/a/jTb11z0

0
4 Answers
J
johnny
Accepted Answer
2 years ago #116197

Thanks for both answers

@Rashida I will use your method!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #116179

Hello johnny

Please follow the steps.

  1. Take a custom header. Please follow this documentation
  2. Then made 2 header rows.
  3. Assign 1 to show only on desktop or bigger screen.
  4. Assign other to show only on mobile or smaller screen.
  5. Then adjust the positions of the logo. For example, on bigger screen set logo + menu, on smaller screen set menu + logo.

Best regards

1
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #116180

Hi there!

Thanks for contacting us.

You may try the following code in your custom CSS:

@media (max-width: 991px){
#sp-logo {
    width: 100%;
}
#sp-header .logo {
    float: right;
}
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #116200

You're always welcome:)

Have a nice day!

0