Home › Forums › Gym Master Theme Support › SKT header phone button move
- This topic has 10 replies, 2 voices, and was last updated 3 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
January 18, 2021 at 8:03 am #173006
Hi,
The .skt-header-phone button moves on the mobile website when I put some CSS on my new website logo.
The CSS code for my logo is:.logo img {
width: 220px!important;
margin-top: 22px;
}When I delete this CSS the header phone button is on the right place.
But the CSS is important because the logo is to big, and after the CSS he has a perfect size.How can I move the button with a CSS code?
January 18, 2021 at 1:23 pm #173029Hi,
Kindly show us your website URL please?
Regards,
BradJanuary 18, 2021 at 1:27 pm #173030www.jordidehaan.nl/
on the desktop version it is perfect. But the mobile version isn’t responsive.
With Google chrome on iphone 11 the button is in the middle of the page.January 18, 2021 at 1:54 pm #173040Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { #simple-menu { margin-bottom:0 !important;} .skt-header-phone { margin: 0 0 40px !important; float: right !important; left: auto !important; right: 0 !important; } }
Regards,
BradJanuary 18, 2021 at 2:18 pm #173041Thanks for the fast response.
But he is only moved to the right side of the screen. I want him like this: https://sktthemesdemo.net/gym_master/
I hope you can help me again.
January 19, 2021 at 11:43 am #173070Hi,
We have checked. The skt-header-phone button looks fine. Like the demo.
Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
BradJanuary 19, 2021 at 12:34 pm #173074Hi,
My roomie fixed it yesterday in the evening. Now it’s fine. But thanks for the help.
Regards,
Jordi
January 19, 2021 at 12:40 pm #173076But I prefer to have it like this: https://ibb.co/DVGFPsv on every mobile device.
Do you have CSS?
Thanks!
January 19, 2021 at 1:21 pm #173082Hi,
Kindly use this CSS.
@media screen and (min-width:414px) and (max-width:767px) { .skt-header-phone { top: 25px !important; margin-bottom: 40px !important; padding: 10px 15px !important; font-size: 16px !important; } }
Regards,
BradJanuary 19, 2021 at 3:33 pm #173099Perfect! Thanks. :)))))
January 20, 2021 at 11:46 am #173179Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.