• Resolved Hunterwolf

    (@hunterwolf88)


    I have a problem with Sparkling theme by Colorlib.
    I’d like to make the attachment page wider removing the sidebar but I have no idea how to do that.
    I’m new in WordPress… someone can help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations. Doing this will provide the developer with the income they need to make WordPress awesome.

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.

    Your support would be at
    product.http://colorlib.com/wp/forums/

    @kmessinger

    Sparkling theme is not commercial theme and it is distributed via ww.wp.xz.cn as you can see here. However, user haven’t posted on the right section and this thread should be here instead.

    @hunterwolf88

    The simples method to get rid of sidebar and make attachment pages full-width is by adding this simple CSS to Theme Options – Other – Custom CSS.

    .single-attachment .main-content-inner {
        width: 100%;
    }
    
    .single-attachment #secondary {
        display: none;
    }

    Let me know if this helps.

    Thread Starter Hunterwolf

    (@hunterwolf88)

    it worked perfectly 🙂 thanks for your great help!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘remove sidebar from attachment page’ is closed to new replies.