Using Basis, Product Template, Banner. Want to increase width of title

  • Unknown's avatar

    Hi. I’m using Basis, the product template, banner format. I want the width allowed for my title to be wider, so it only takes up one or two lines, not the many lines it takes up now. What is the CSS code for that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there!

    This is just a guess since I can’t see your blog. But, I checked the Demo for the Basis theme and tweaked a few things.

    First, it looks like the menu is set to float to the right of the title. Change the float to none in the #header-nav:

    #header-nav {
    float:none;
    }

    Also, it looks like a max-width might be set for the title. Try and comment out the max-width property of the #title. Put /* and */ around the lines you want the CSS interpreter to ignore.

    #title {
    /*max-width:48px*/
    }

    Done change or delete any of the other properties inside of either header-nav or title. Or if you decide to play around, make sure you remember what you changed!

    Like I said, I’m not sure if these suggestions will work since I can’t see your site–and I can’t really spend $80 to download the theme myself to test. :)

    Let me know if that works! Good luck!

  • Unknown's avatar

    Don’t change or delete any of the other properties…..not Done change. Oy. My fingers are frozen….I can’t type…..

  • If you need further help with Basis do feel free to post in the Basis forum, where the theme’s developer can help you directly:

    http://premium-themes.forums.wordpress.com/forum/basis

  • The topic ‘Using Basis, Product Template, Banner. Want to increase width of title’ is closed to new replies.