I see your site is now in maintenance mode. I’m back on the forums so if you’d like to make it live again so I can help you out, let me know.
I use this chrome app to post screenshots, but there are a lot of options out there to do so.
https://www.awesomescreenshot.com/
Hi, my site is now online. I updated the them, and now all the work i did is messed up again. The contact us item is on another row again.
Hi, this code no longer has any effect.
.kad-header-style-basic #nav-main ul.sf-menu>li>a {
padding-right: 2px;
}
@media (max-width: 1200px) {
.kad-header-style-basic #nav-main ul.sf-menu>li>a {
padding-left: 2px
}
}
Is somebody available to assist? Thanks
If you can make your website visible again, I’ll be able to assist you now.
Hi, can you please remove the information regarding my website from this thread as i am receiving alot of spammers seeking to assist me? Please let me know when you are available and i’ll make the site visible
that’s no good! I don’t have admin permissions to remove it, so you’ll have to contact someone on this site to do that.
I’m on here for another 20ish minutes if you want me to assist now.
Ok, please check out my site. After updating the theme to a newer version, the “contact us” item is now on another row. The code that initially worked stopped working. How can i get it to function again?
Replace the previous CSS I gave you that effected the padding of the menu items with this:
.kad-header-style-basic #nav-main ul.sf-menu>li>a {
padding-right: 10px;
padding-left: 10px;
}
@media (max-width: 1200px) {
.kad-header-style-basic #nav-main ul.sf-menu>li>a {
padding-right: 1px;
padding-left: 1px;
}
}
in your apperance > theme options > logo options. Set the logo width to like 25% or 16%
Kadence Themes
Thank you very much Kevin & Kadence Themes. Things are back in place now. Thanks Alot.