Home › Forums › All Other Themes › mobile version | Locksmith
- This topic has 6 replies, 2 voices, and was last updated 5 years, 6 months ago by
Forum Moderator.
-
AuthorPosts
-
February 26, 2018 at 4:17 am #95036
Hello Chris.
I have this new website: https://www.gitplus.cl
I have some details with the mobile version but when I place the screen horizontally:
1) The header Gray, where the logo is placed gray and I want it to be black.
https://imgur.com/a/wwl472) In the same version (on mobile -horizontal) I want to increase the size of the slider titles, unless it is double.
https://imgur.com/a/9JGPpThanks for help. Greating
February 26, 2018 at 6:06 am #95046Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { body .header_wrap .header, body.home.has_trans_header .header { position: absolute !important;} }
Regards,
ChrisFebruary 26, 2018 at 12:59 pm #95071Hello Chris, that did not solve what I requested.
1) The header Gray, where the logo is placed gray and I want it to be black.
2) In the same version (on mobile -horizontal) I want to increase the size of the slider titles, unless it is double.
Can you help me with this?
Thank you
February 26, 2018 at 1:12 pm #95072Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (min-width:480px) and (max-width:767px) { body.home.has_trans_header .header { position: absolute !important;} .title { font-size:18px !important} }
Regards,
ChrisFebruary 26, 2018 at 1:28 pm #95075Nothing. It does not solve it to me: It follows the same.
Can you help me with this?
Thank you
February 26, 2018 at 9:44 pm #95120Ready. I was doing something wrong that I solved.
Thank you
February 27, 2018 at 5:13 am #95140Cool
-
AuthorPosts
- You must be logged in to reply to this topic.