Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there mamanmapillaim,

    How are you doing today?

    This can be achieved with some custom CSS. Please try adding the following CSS code in Appearance >> Theme Options >> Styling Options >> Custom CSS:

    .sidebar {
    display: none;
    }
    
    .container_24 .grid_16 {
    width: 100%;
    }

    This should remove the sidebar and make the content in full width. If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps ??

    Best regards,
    Bojan

    That worked for me but I only need it for certain pages. I need my sidebars for other pages.

    I tried to create a second child template but that didn’t work.

    I just with this template had the option under the template for a full screen setting.

    I would appreciate any help with making an option to be able to choose which pages I can make full width.

    Mark

    Hey there Mark,

    I’m not representing theme authors so I can’t really say anything regarding adding such options.

    However, you can apply the same code and use specific page ID selector to make this to work only on those pages. To do that use developer tools to inspect element on pages where you want this and once you do you’ll be able to see the page ID in the body element, see screenshot https://screencast.com/t/aYBk1LfJnfi.

    So If you want for example to do that on that page (from the screenshot) your code should look like this:

    .page-id-2 .sidebar {
    display: none;
    }
    
    .page-id-2 .container_24 .grid_16 {
    width: 100%;
    }

    By doing this the CSS will be applied only to that specific page. If you’re unsure how to do this please post link to the pages where you want this and I’ll help with providing the CSS.

    Hope this helps ??

    Cheers,
    Bojan

    Hi Bojan,

    It worked well, but Home Page Top Right Cell Info and Contact Info unconfigured are now at the top of the page.

    Header info before:
    Header info before

    Header info after:
    Header info after

    Please can you help me fix it?
    Thanks in advance.

    Best regards,

    Edgar

    Sorry for my English

    Hey Edgar,

    Generally you’d want to open a new thread since this is somewhat unrelated to the topic, but since you already posted please post link to your site and I’ll be happy to take a look ??

    Best regards,
    Bojan

    Hi Bojan,

    I’m still working on localhost, but fortunately already found a solution.

    Thankful for your quick communication.

    Best regards,
    Edgar

    Hey Edgar,

    Glad you managed to figure that on out ??

    Best regards,
    Bojan

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove sidebar and to extend main content in BlackBird 1.2.3’ is closed to new replies.