Search Menu And Contact-telephone Moved On Tablets After Helix3 Upgrade - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Search Menu And Contact-telephone Moved On Tablets After Helix3 Upgrade

SS

Steve Stevenson

Template 2 years ago

Hi there, since updating to Helix 3, the search box & contact-telephone is moved down into the page content on tablets.

Mobiles are OK.

Joomla 3.1 Helix 3 www.document-genetics.co.uk

Regards Steve

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #117153

Hi

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

-Regards.

0
SS
Steve Stevenson
Accepted Answer
2 years ago #117159
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #117337

Use this custom CSS

@media only screen and (min-width: 768px) and (max-width: 991px){
#sp-top1 {

    margin-left: 150px !important;
    margin-top: -190px !important;

}
}

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