Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to fix Option Button
iflow156
New
When I'm hovering over the top category the option button shows up one category below where it should be. I'm running the theme right out of the box and still have this problem. Any ideas how to fix? It works fine for the sub categories, just not the header categories.
Thanks
0
Comments
post an image. also use firebug to identify css element.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Although it doesn't show, my cursor is right over "Snowboarding Forums"
I was able to move it using Firebug, however whenever I correct the top category issue, it messes up the rest of it. Here is what I edited.
.Categories.all .CategoryHeading .Options {
top: 10px;
Thanks for the reply
maybe if you also post a link to your site if you don't get a response based on your image -- someone who loves css can help you.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I will look at it when I get back in few hours best have a link for me ok ?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
You should give a link, let's see.
Here's the link
http://www.snowboardprogression.com/forum/index.php?p=/
appreciate it
.MenuTitle{padding: 5px 20px;}
/design/custom.css
@iflow156
Find the file
/themes/Nebula v4/design/custom.css
.MenuTitle{border-radius:1px 0 0 0;color:#999;font-size:120%;moz-user-select:none;padding:5px 6px}
change
.MenuTitle{border-radius:1px 0 0 0;color:#999;font-size:120%;moz-user-select:none;padding:5px 20px}
these are the css for the options. I recommend that you copy all of this code and see if that fixes the issue. Into your custom.css .
Toggle Flyout is the options button. That is what you need to move.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌