Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #617731

    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 ?

    #617775

    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

    #618797

    thanks, but no still the same.
    i use a iphone 6s plus to test it on mobile

    #618847

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.