Please see
http://imgur.com/fWaxRzx
The label
All/Beginner/Business Analysis/CSS/Functional/HTML/Intermediate/Photography/PSD/VIDEO
is not aligned properly, everything but all shows up in a separate line.
You can see it in action here
http://requirementsinc.com/test5/programs/
and towards the bottom of http://requirementsinc.com/test5/program/business-analyst-workshop/
Any ideas why?
Hey shriii!
Please add following code to Quick CSS in Enfold theme options
span .inner_sort_button br { display: none; }
For some reason there are lines brakes in front of all category items
Cheers!
Yigit
Still the same effect.
You can see it in action here
http://requirementsinc.com/test5/programs/
and towards the bottom of http://requirementsinc.com/test5/program/business-analyst-workshop/
Hi!
The code provided by Yigit is not being applied, try adding it to the css/custom.css to be sure:
.inner_sort_button br {
display: none !important;
}
Best regards,
Josue