• Hi,

    I’m using customizr for my theme. Thanks for wonderful theme. I have one issue. You can look at below two images. I want give page title full length whether left sidebar or right sidebar enabled. Can you guide me how to do it?

    About us
    Dreams:

Viewing 5 replies - 1 through 5 (of 5 total)
  • Difficult without a link to your site.

    Does this do it:
    .tc-header {width: 100%;}

    Thread Starter hnkumar

    (@hnkumar)

    Thanks for replying. No that is not working. Site is http://wordpress.mobinius.net. If you go to dreams it shows full width and if you go to About us it shows only 3/4th because right side bar. I want right side bar to be little down so Title will show fully.

    It can be done, but it’s a complex solution, that requires php coding and creating a new template. Once that’s done, all you need to do is select the template in your page settings.

    However, this can be achieved much simpler by just removing the sidebar from the “About” page. Do you really need that submenu there?

    Thread Starter hnkumar

    (@hnkumar)

    Yup, we need sidebar like about us page. However we need to move sidebar such a way that whole title like span12 (whole). Can you guide me how to create a custom page using customizr or please guide me how to move sidebar to little bit lower in all pages.

    To move the right sidebar down you need to add this to your custom CSS:

    .right.tc-sidebar {
    	margin-top: 110px;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move right sidebar or left sidebar after Page Title’ is closed to new replies.