Tagged: breadcrumbs, CSS, menu, mobil, responsive
Hi,
Having css problem with my breadcrumbs in 768 mode. The breadcrumbs dosent want to display under the page title.
Can I get some uber CSS help here? :-)
See the url to the page below.
Cheers!
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 990px) {
.title_container .breadcrumb {
right: auto;
top: 80%; }}
Regards,
Yigit
Thank you for your awesome support Yigit!
Having trouble with my mobil menu aswell, the menu is over my logo can u please have a look on it?
Used my own smartphone and like this online tool to test some css but dident get it right.
http://mattkersley.com/responsive/
Cheers!
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto !important; }}
Cheers!
Yigit
Thank you for the help! :-D