Home › Forums › All Other Themes › Responsiveness not working on Smartphone
- This topic has 13 replies, 2 voices, and was last updated 6 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
December 11, 2017 at 4:20 pm #89391
Hi Guys,
See http://roccul.com/ the site using Architect Pro theme gets distorted and doesn’t resize correctly on Smartphones.
Can you have a look at it please?
Thanks
Derek
December 12, 2017 at 5:23 am #89409Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisDecember 13, 2017 at 6:54 am #89499Hi Chris,
The header right at the top on responsive view showing as a black line when viewed on smartphone, I want to get rid of the black line. See imgur image attached. https://imgur.com/a/7xjI7
Also how do I change the site to a custom font. I’ve used “Use any font” but the font won’t change?
Thanks
Derek
December 13, 2017 at 7:04 am #89504Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .header-top { display:none;} .footer .su-column { width:50%; float:left !important;} .footer .su-column p { font-size:15px !important;} }
Regards,
ChrisDecember 13, 2017 at 7:13 am #89511Thanks Chris, what’s the best way to upload a custom font to the theme?
December 13, 2017 at 7:21 am #89513Hi,
Which font do you want to use in your theme?
Regards,
ChrisDecember 13, 2017 at 7:25 am #89514It’s a custom font that I’ve purchased called Graphik
December 13, 2017 at 7:45 am #89521Hi,
https://wordpress.org/plugins/use-any-font/
This plugin should be good for using custom fonts.
Regards,
ChrisDecember 13, 2017 at 8:01 am #89523Thanks Chris
December 13, 2017 at 8:01 am #89524Hi Derek,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/13/
Regards,
ChrisDecember 13, 2017 at 9:07 am #89531Hi Chris,
I want to create more padding at the top of the header so it’s a bit clearer at the top of the header only on desktop view, can you send me some CSS to make this happen?
Thanks
Derek
December 13, 2017 at 9:35 am #89538Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header {padding: 10px 0 0;}
Regards,
ChrisDecember 13, 2017 at 10:13 am #89544Thanks Chris, much appreciated.
December 13, 2017 at 10:20 am #89546🙂
-
AuthorPosts
- You must be logged in to reply to this topic.