Hi!
I want to show the sidebar (blog) at the bottom on the ipad version or 768px screen! How can i do it?
http://bullmetrix.com/blog/
Hey CharlieBarey,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 768px) {
/* Add your Mobile Styles here */
main.content.av-content-small.alpha.units,
aside.sidebar.sidebar_right.smartphones_sidebar_active {
width: 100% !important;
border: none;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
It works! Thank you!