• Resolved larainearmenti

    (@larainearmenti)


    I’m working on a new site using Cordobo-Green-Park-2 template:
    http:://www.larainearmenti.com/blog/

    I would appreciate help on the following:

    1/ The tagline phrase in the header disappeared when a logo jpg was added.Can I get it back by editing the style.css?

    2/ The sidebar text link widget wraps into two columns. Is there a way to force it to span the sidebar as one column?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. Try editing style.css and changing:

    .description {
    color:#868F98;
    display:block;
    left:-5000px;
    position:absolute;
    text-align:right;
    }

    to

    .description {
    color:#868F98;
    text-align:right;
    margin-right:10px;
    font-size:2em;
    }

    2. Not sure what you mean here. Widgets added to the upper sidebar (eg your Copyright statement) will span the complete sidebar. Below that, the sidebar actually splits into 2 columns. So it all boils down the widget placement…

    Thread Starter larainearmenti

    (@larainearmenti)

    1/ Terrific! Your instruction told me how to fix it. Thank you!

    2/ I did not understand that the template split into 2 columns for widgets 3&4. Thanks for clearing that up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cordobo header missing tagline when logo added’ is closed to new replies.