• Hi Silkalns,
    Pinbin is the theme which I’ve always wanted! Great. Is it possible – in addition to the footer widget – to install another widget on the right side?
    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Silkalns

    (@silkalns)

    Sorry for late response.

    Unfortunately not at this point. I am thinking to develop such feature because many users have already requested sidebar.

    Thread Starter Morgensonne

    (@morgensonne)

    Thank you for your response, Silkalns.
    Yeah, that would be great – an option sidebar-widget yes or no.
    So long!

    Hello. And it is possible to make so that news was displayed on the screen center? (instead of at the left when you open on the big monitor that a little inconveniently to read article)

    Theme Author Silkalns

    (@silkalns)

    You can center posts/pages by looking for this line in style.css

    .type-post,.type-page,.type-attachment

    Now remove
    float: left;

    And add this to replace previously removed line:
    margin: 0 auto;

    It is better to make any changes using WordPress Child Themes so you can update theme when new versions comes out.

    Thank you very much it worked

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widget on the right side ?’ is closed to new replies.