Home › Forums › All Other Themes › CCTV Theme Header Issue
- This topic has 7 replies, 2 voices, and was last updated 3 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
March 2, 2021 at 7:47 pm #175378
Hi All,
I’m in the process of setting up a website for someone using the CCTV theme.
Nearly all done but I’m having issues with the top phone logo and spacing.
On a PC / laptop it appears fine with the Call us Now and phone number inline and under each other.
When viewed on a tablet or phone the number becomes bigger and drops below the actual phone icon.
Is there a way to get it looking the same so it’s all inline.
Website is www.rivieradigital.co.uk
Thanks
MarkMarch 3, 2021 at 11:12 am #175400Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .header-extras .skt-header-button span { font-size:18px;} }
Regards,
ChrisMarch 3, 2021 at 6:59 pm #175433Perfect that worked thank you for that.
Last question.
As you can see on the services page there is bullet points, all appear fine on a desktop/laptop but on a mobile you can see where it says Communal TV systems planning, installation, repairs and upgrades the end of this sentence drops down as expected but it isn’t inline with the text above.
I’m guessing there is some code that needs changing but I’m not sure.
Thanks in advance.
MarkMarch 4, 2021 at 5:11 am #175443Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .elementor-section.elementor-top-section.elementor-element.elementor-element-4254ded.elementor-hidden-desktop.elementor-section-boxed.elementor-section-height-default .elementor-col-50:nth-child(1){ width: 20% !important;} .elementor-section.elementor-top-section.elementor-element.elementor-element-4254ded.elementor-hidden-desktop.elementor-section-boxed.elementor-section-height-default .elementor-col-50:nth-child(2){ width: 80% !important;} }
Regards,
ChrisMarch 4, 2021 at 8:56 am #175459Hi Chris,
Thanks for that but didn’t seem to make a difference.
Screenshot below as you can see where it says upgrades at the bottom I want this to be in line with communal above it and not under the bullet point. This is using the
- code.
Thanks again
MarkMarch 4, 2021 at 12:54 pm #175465Hi,
Kindly use this CSS:
.elementor-section.elementor-top-section.elementor-element.elementor-element-425f0fa.elementor-hidden-desktop.elementor-section-boxed.elementor-section-height-default li { list-style: disc inside; }
Regards,
ChrisMarch 4, 2021 at 2:11 pm #175479I’m afraid that didn’t work either.
Nothing changed.
The upgrades bit still under the bullet point.
March 5, 2021 at 12:54 pm #175517Hi,
Kindly use this one:
.single_post li { list-style: disc inside !important; }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.