Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general Options.

    Now, copy below code and paste into Custom CSS.

    @media(max-width:480px){
    .navbar-default {
        margin-bottom: 0 !important;
    }
    .enigma_blog_wrapper {
        margin-top: 0 !important;
    }
    .enigma_blog_full {
        margin-top: 0 !important;
    }
    .fl-row-content-wrap {
        padding: 0 !important;
    }
    .fl-node-57ff7046f0721 > .fl-module-content {
        display: none !important;
    }
    .fl-node-5735bbcd7a2da > .fl-col-content {
        padding-top: 0 !important;
    }
    }

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    That helped, thank you very much. Can I get the search box to center on the mobile version and take out the blue space above the logo so it’s tighter? Is it possible to pay someone there to login to make changes?

    Hello,

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general Options.

    Now, copy below code and paste into Custom CSS.

    @media (max-width: 480px){
    .input-group {
        margin-left: 90px !important;
        margin-right: 90px !important
    }
    .header_section {
        background-color: #fff !important;
    }
    }

    and contact us Here

    Let us know for further query.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White space’ is closed to new replies.