On mobile, the sidebar is below the text, that is perfect, but
i get a line on the left, and a lot of white space around the 2 buttons, can you tell me where to change that ?
Hey BetuwePC!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.home #after_section_1 .content {
padding-top: 20px;
padding-bottom: 5px;
}}
I cannot see a line on the left side though. Have you figured it out?
Best regards,
Yigit
thanks, but no still the same.
i use a iphone 6s plus to test it on mobile
Hey!
Please try the below CSS in Quick CSS
@media only screen and (max-width: 767px) {
#top #main .sidebar {
border-left-width: 0px!important;
border:none!important;
}
.inner_sidebar {
margin-left: 0px!important;
}}
Cheers!
Vinay