How To Adjust The Width Of Fields In Helix Template "Sticky Header" - Question | JoomShaper

How To Adjust The Width Of Fields In Helix Template "Sticky Header"

PK

Peter KORTGE

Helix Framework 3 years ago

Hi:

I want to be able to amend the Helix template so that when the Konstra template is viewed in phone mode, the "Get A Quote" link stays level with the "Hamburger" menu & Site Logo/Name and doesn't drop down.

See screenshot attached Konstra Get A Quote Issue

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #3388

Hi IN your site it looks like this https://prnt.sc/xfwj3p

0
PK
Peter KORTGE
Accepted Answer
3 years ago #3495
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #3514

HI Your URL directs me here https://prnt.sc/xhpfiw

0
PK
Peter KORTGE
Accepted Answer
3 years ago #3528

GHi:

Have corrected the link in the pevious post.

FYI: Visible link was correct, but hidden link had extra text at front & rear :-(

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

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

0
PK
Peter KORTGE
Accepted Answer
3 years ago #4014

Hi Again:

The issue is with an iPhone SE screen (320 x 568).

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

Hi, Use this custom css

@media only screen and (max-width: 568px) and (min-width: 320px)  {
#sppb-addon-1553066286252 #btn-1553066286252.sppb-btn-link{
    position:relative;
    bottom:40px;
}
}

In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0