• Resolved glommy

    (@glommy)


    Hi,

    Thank you for the beautiful theme first and foremost.
    I’m having problem with my formatting.
    The first problem:

    1) The bottom 3 links under header of Recent Categories and Meta is all appearing as one column on the far left instead one 3 columns like what you present.

    2) My blogging area seems to be much more narrow than yours

    You can refer to my site http://www.gorgiepie.com

    Hope you can assist me.

    http://wordpress.org/extend/themes/buttercream/

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

    (@sixhours)

    It looks like you’ve figured both of these out. If so, you can mark the thread as Resolved, please and thanks!

    Thread Starter glommy

    (@glommy)

    Thanks for the help

    Please help! I can not get the white/cream “columns” on both sides of content to go away. They aren’t images and I can’t locate anywhere in css. SpiritTreeBook.com

    I’ll take a crack at this:

    The issue is in wareagle/ie.css line 14

    #main,
    #masthead hgroup {
    	border-left: 4px solid #ede9ce;
    	border-right: 4px solid #ede9ce;
    }

    so in your child theme custom.css
    you would do something like

    #main,
    #masthead hgroup {
           border: 0;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Buttercream] Formatting Help’ is closed to new replies.