Home>Support>Killling sidebar author and post info and resizing sidebar

Killling sidebar author and post info and resizing sidebar

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 12 days ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 10 days ago Haryston Oliveira

    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. 10 years, 10 days ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More