• Resolved volkanozyilmaz

    (@volkanozyilmaz)


    Hello Silkalns,

    I am trying to create a page with full with. I tried Full-width but there is space left and right side. Can I use full width without spaces?

    Best Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Silkalns

    (@silkalns)

    Please post your website URL where you are using full width template and I will try to see If I can come up with custom CSS to tweak this.

    For this theme full-width means no sidebar and full width content area but not full-screen, edge to edge.

    Thread Starter volkanozyilmaz

    (@volkanozyilmaz)

    Thank you.

    I’m working on mov.volkoaudio.com
    I use child theme.

    Theme Author Silkalns

    (@silkalns)

    i would do it like this:

    #content {
        background: lavender;
    }
    .container {
        width: 100%;
        padding: 0;
    }
    .page .container .col-md-12 {
        padding: 0;
    }
    .container-fluid {
       margin: 15px;
       margin-bottom: 0px;
    }

    Add this code to Theme Options – Other – Custom CSS.

    Thread Starter volkanozyilmaz

    (@volkanozyilmaz)

    Thank you! Silkalns, it has worked.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘full width’ is closed to new replies.