how can I fix the padding issue for the breadcrumbs and footer?
Also I cant get the menu hovers to work. Not sure what the issue is, everything seems to be setup properly in the header and color sections.
Hey!
Please add following code to Quick CSS
.title_container { padding: 0 50px; }
Best regards,
Yigit
Yigit how about the footer?
Hey!
Please add following code to Quick CSS as well
#socket {
padding: 0 50px;
}
Best regards,
Yigit
Perfect! You guys are the best.