Good evening I have a problem with the responsive of my site. I added this css code from the Enfold documentation.
Custom styled progress bar 2
The result is bad, it does not come out well.
It comes out well in mobile but not in desktop.
Could you help me please ?
Best regards
Hey gabs01,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:479px) {
#top .avia-progress-bar-container {
display: block;
}
#top .avia-progress-bar-container .avia-progress-bar {
margin-top: 30px;
}
#top .avia-progress-bar-container .avia-progress-bar .progressbar-title-wrap {
margin-left: auto;
margin-right: auto;
}
}
Best regards,
Nikko