Forum Replies Created
-
AuthorPosts
-
I have resolved some – but not all – issues after many hours of attempts. I now have the following support needs and appreciate your assistance for this site:
http://deathward13.com/contact/1) Inner Page Banner
We are using a larger than recommended inner page banner that worked find on the free version of SKT Black. However, it now cuts off when enlarged but looks fine on mobile and pad and some desktop.2) White Space on Mobile
We still have white space under the slider, but now only on the Mobile version. I have tried the following code to fix the mobile issue but none of these work:DOES NOT WORK:
@media screen and (min-width:980px){
.slider-wrapper{min-height:auto !important;}
}DOES NOT WORK:
@media screen and (max-width:767px) {
.has_trans_header .spacebottom { padding-bottom:45px;}
}DOES NOT WORK:
@media screen and (max-width:667px){
.has_trans_header .spacebottom {
padding-bottom: 0 !important;
}
}DOES NOT WORK:
#slidera { display:none !important;}
#sidebar .widget_wrap iframe { width:100% !important;}
@media screen and (max-width:767px){
.page #slidera, .single #slidera, .archive #slidera, .search #slidera, .error404 #slidera { display:none !important;}
}DOES NOT WORK:
@media screen and (max-width:767px) {
article p { padding:0 !important;}
}3) Social Media Color
Please let me know how to change the social media color.Thank you.
Hello, after many hours searching this site and others, I finally found this code to remove the arrow completely but I still have other outstanding issues (below). Here is the code for other people using the Support section who can’t figure out how to do it as well as our additional issues:
Custom CSS box: Appearance>Theme Options>
Paste the following:
a.arrow-down {display:none !important;}Client Site
http://deathward13.com/– White Section
When the home page is enlarged a white horizontal bar suddenly appears below the slider image. How do I remove or make it black?– Header Art Cuts Off
Now that I’ve switched to SKT Black Pro the header image cuts off when the screen is enlarged (not on the home page but on additional pages). how do I make the header artwork responsive to the size of the screen?– Social Media Color & Size
How do I change the color of the social media icons? I was able to do this in the free version of SKT black. I would also like to move the icons to the footer and stylize them similar to the free version of SKT black.Thank you.
Here is the website:
http://deathward13.com/ -
AuthorPosts