- This topic has 2 replies, 2 voices, and was last updated 7 months, 2 weeks ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Formatting SKT Ad Agency
Hi,
1. The page title on mobile is written on several lines.
Screenshot: https://ibb.co/3y678Sj
What CSS code so that the page title on mobile is on a single line?
2. The mobile menu is not vertically centered.
See screenshot: https://ibb.co/dMRY7kr
How to vertically center the mobile menu?
3. Language flags and codes are not aligned with the GTRANSLATE multilingual extension.
See screenshot: https://ibb.co/1GTTy8x
How to align them?
Thanks in advance.
Hi,
Kindly show us your website URL? We can’t help you without seeing your website.
Regards,
Dave
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.footercols3 .footer-column-inner img { vertical-align: text-top;}
@media screen and (max-width:479px) {
.skt-page-title h1 { max-width:inherit;}
}
Regards,
Dave