Home › Forums › All Other Themes › SKT Magazine Pro
- This topic has 20 replies, 3 voices, and was last updated 6 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
May 9, 2018 at 10:21 am #101003
hello
My website is “Our Phonebook” (http://ourphonebook.co.za)I want the page name and the white background to not show. All my pictures must just look like its ontop of the background please.
Thank you
May 9, 2018 at 10:35 am #101010I’m using the theme SKT Magazine Pro
May 9, 2018 at 12:54 pm #101029Sorry i mean the theme for Music Producer. Also on this theme the menu doesnt want to center
May 9, 2018 at 12:58 pm #101030This theme doesnt display the logo fill width or the menu either on mobile, is there maybe a css setting i can use? Is there also one to hide the header on mobile please. Half my content also gets cut off on the right side on mobile.
May 10, 2018 at 10:55 am #101095Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .head-info-area .right { text-align:center;} .logo img { width:100% !important;} }
Regards,
DaveMay 10, 2018 at 11:26 am #101101Thank you. Although the website still cuts off on my phone. https://i.imgur.com/3Dp2dax.jpg
Will you also be able to change the size of the heading to make it smaller on mobile please.At the bottom also i changed all the colours i could find but the heading lines are still pink
May 10, 2018 at 12:19 pm #101113Hi,
Kindly go to header.php
Find
<meta name="viewport" content="width=device-width, initial-scale=1.1"/>
And replace
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { #footer h3::after {border-bottom-color:#00afb8;} }
Regards,
DaveMay 10, 2018 at 12:44 pm #101121Hello Thank you,
None of those codes seem to be working.
May 10, 2018 at 1:04 pm #101124Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#footer h3::after {border-bottom-color:#00afb8;}
Regards,
DaveMay 10, 2018 at 1:26 pm #101127Cool thank you that one worked. On my mobile its still cutting off though..
Thank you for the help
May 10, 2018 at 1:38 pm #101128Hi,
This is working just fine.
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
DaveMay 10, 2018 at 2:13 pm #101131Hello
Yes heres the image https://i.imgur.com/3Dp2dax.jpg
Also i want the header to be smaller is covering half the screen on mobileMay 11, 2018 at 6:09 am #101159Hi,
For small header.
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .head-info-area .left { display: none;} .head-info-area .right { margin:0;} .head-info-area .right p { margin: 0;} .logo img { margin-top:0;} }
Q: On my mobile its still cutting off though
A: Kindly delete cache and do a forced refresh as we are not getting any kind of error in console.
To do a forced refresh kindly follow below instructions:
Windows/Linux:
1. Hold down Ctrl and click the Reload button.
2. Or, Hold down Ctrl and press F5.Mac:
1. Hold Shift and click the Reload button.
2. Or, hold down Cmd and Shift key and then press R.Regards,
DaveMay 11, 2018 at 9:42 am #101188Cool it worked.
Would it be possible to put my menu in the middle on the desktop and on mobile to change the menu colour to white. its black at the moment and over my logo.
May 11, 2018 at 10:53 am #101193Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { #simple-menu { top:85px;} #simple-menu .fa-bars { color:#fff !important;} } .has_trans_header.home #topmenu { vertical-align: initial; float: right; text-align:center; width: 100%;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.