How can I just get one column on the mobile view from this page?
Hey limedrop,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top.page-id-254 #wrap_all .slide-entry {
width: 100%;
margin-left: 0%;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank u! That worked. However the post no. 2 – the image is getting very close to the excerpt on the post above. Can you give me som padding code there?
Hi,
Try this instead:
@media only screen and (max-width: 767px) {
.responsive #top.page-id-254 #wrap_all .slide-entry {
width: 100%;
margin-left: 0%;
padding-bottom: 20px;
}
}
Best regards,
Mike
Thank u :) Worked!
Hi,
Great, I’m glad that Mike could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard