Tagged: breadcrumbs
Thanks!
Hi sabrinarubli!
1- It is already fullwidth on my end. Can you please post a screenshot and show the changes you would like to make?
2- To align it vertically, please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .title_container .breadcrumb {
margin-top: -14px;
top: -10px;
}}
Regards,
Yigit
Sorry, Yigit. I meant that I want the text of the breadcrumbs to be full-width… 30px from the right edge of the window.
The solution for Number 2 works beautifully!
Hey!
Please add following code to Quick CSS as well
#top .title_container .container {
max-width: 100%;
padding: 0 30px;
}
.title_container .breadcrumb {
right: 30px;
}
Cheers!
Yigit
You’re a rockstar, Yigit. Thanks!
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit