This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Killling sidebar author and post info and resizing sidebar

Resolved 3 replies premiumthemetheme-focus
11 years ago · Last reply by Andrew Misplon 11 years ago

Well, I am not a coder so I really need help. Just read all threads about focus and couldn’t find answers to my questions.

1. How to hide the author info? I think it is fix up to the sidebar as Ireplaced the sidebar and it is still there. Actually, my real need is to configure that removing author picture and including it in the post area. SImply dont know how to accomplish it.

2. My theme is set to have responsive layout and it is working well in mobile phones but I want the sidebar on the web to have a minimum size. At least 300px internally to better fit a 300×250 banner.

Thanks a lot!
Hary

URL: http://www.sommaniacs.com.br/hary/solo/cant-stop-running-one-take-track-adam-ben-ezra/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 5 months ago

    Hi Haryston

    Thanks for running Focus.

    1. To hide the post author widget in the sidebar please head to Appearance > Theme Settings > General and un-check the Post Author setting.

    2. To adjust the Focus sidebar width, insert the following under Appearance > Custom CSS and adjust as required:

    /* Focus Sidebar Width */
    #secondary {
    width: 30% !important;
    }

    The percentage value can be replaced with a px value.

    Perhaps insert this selector too:

    /* Focus Single Post Content Width */
    .single #content {
    width: 70% !important;
    }

    Then leave them both as percentages making sure the total remains 100%.

    Inserting the post author into the single post content area would require a child theme. It’s unfortunately more custom development than we’re able to assist with at the moment. Sorry I don’t have more there.

  2. Haryston Oliveira 11 years, 5 months ago

    You rock, Andrew! Thanks a lot. That worked as I needed.

    As a suggestion, such css workarounds you offer here via support in this and the other threads, could be included in the Theme Settings ‘for dummies’ (like me).

  3. Andrew Misplon Staff 11 years, 5 months ago

    Super, glad to hear that helped.

    Thanks for your feedback, it’s always appreciated. Theme feature expansion is certainly considered based on demand.

    All the best for your build.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread