- This topic has 6 replies, 2 voices, and was last updated 7 years, 2 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › mobile version | Locksmith
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/wwl47
2) 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/9JGPp
Thanks for help. Greating
Hi,
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,
Chris
Hello 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
Hi,
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,
Chris
Nothing. It does not solve it to me: It follows the same.
Can you help me with this?
Thank you
Ready. I was doing something wrong that I solved.
Thank you
Cool
TYPO3 to WordPress Migration If you want to migrate your website from TYPO3 to WordPress, here are the full-fledged solutions. Though the migration process can […]
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]