KeyMaker
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove Space between header and sliderSee if this will help.
section.content.push_down {
margin-top: 0;
}Forum: Themes and Templates
In reply to: Add gap between line and widget on sidebar and change colorYou’re welcome
Forum: Themes and Templates
In reply to: Add gap between line and widget on sidebar and change colorTry this to add padding on the top and bottom of the widgets between the borders:
.widget {
padding: 30px 0;
border-top: 1px solid #ddd;
}Regarding the grey color, I assume you want the border-top to have the same grey as the rest of the lines on the website.
Hope this helps.
Forum: Themes and Templates
In reply to: [Hueman] Filling the header space with a logo imageTry this in the editor:
.site-title a img {
max-height: none;
}Try this:
.socials {
margin-left: 20px;
}#access > .menu > ul > li > a > span {
border-right: 1px solid;}
See if these rules are repeating throughout you theme and correct that only if it’s a problem.
Forum: Themes and Templates
In reply to: [Hueman] Filling the header space with a logo imageHi Jason. I checked out your site and found the problem. Here is the problem:
.site-title a img {
max-height: 100px;
}and
.site-title a img {
border-radius: 0;
display: block;
height: auto;
margin: 0 auto;
max-height: 60px;
max-width: 100%;
padding: 0;
}
They are exactly the same, but that’s common in many themes. Just delete the following:max-height:100px; — That is limiting the image height.
max-height: 60px; — Same as above.Let me know if that helps.
Forum: Themes and Templates
In reply to: fix menu margins/want single menu item coloredI want to edit the above… You need to add the following to your css:
.wrap-safari{
margin: 0;
}
Adjust the margin according to your taste by changing the value of the margin.Forum: Themes and Templates
In reply to: fix menu margins/want single menu item coloredTo move the the navigation bar, check your css for “.wrap-safari”. Change “margin: 0 auto;” to “margin: 0;” to start. Adjust the margin accordingly.
Regarding the color for “Customer Zone”, paste this into css:#menu-item-244 a {
color: yellow;
}
If you had a hex value for yellow, use it instead of the word “yellow”.Forum: Themes and Templates
In reply to: Help with SKT Full Width Theme?May you please close this forum post as “resolved”? Thank you in advance
Forum: Themes and Templates
In reply to: Help with SKT Full Width Theme?You’re welcome!
Forum: Themes and Templates
In reply to: Help with SKT Full Width Theme?I found the exact theme for the https://www.waycoolgadgets.com website. It’s called “sidewinder” It looks like a premium theme. Check out the website: https://themeforest.net/item/sidewinder-for-wordpress-dynamic-grid-portfolio/160721. If you have any questions let me know.
Forum: Themes and Templates
In reply to: [SKT Full Width] Homepage slider text missingAlso, Does the parent theme work from the default? If the parent works try creating a new child theme using the “Child Theme Configurator” plugin. That’s what I used to try to duplicate your problem.
Forum: Themes and Templates
In reply to: [SKT Full Width] Homepage slider text missingHave any changes been made to the css file?
Forum: Themes and Templates
In reply to: [SKT Full Width] Homepage slider text missingI installed the same theme with child theme but my text and controls appear. Have you tried on different browsers while logged out of the wp-admin? If you get the same results try clicking the “Restore Defaults” button at the bottom. Check to see if the defaults show the text and controls. Let me know what you get.
May you post a link to your page so I can see the problem? Thank you in advance