Formating Help

Dear Movin,
I am using the excellent Activello theme to power my blog: www.wildtales.in
Further, to increase number of slider images, I use the colorlib-child-theme-18.zip

However, I need some guidance from you to accomplish the following:

  1. Need to remove the space and lines in the Category sidebar.
  2. In the Subscribe textbox, the text is not appearing full; can we reduce the font size?
  3. Can we remove the padding and reduce the footer area?
  4. Can we remove the search bar from the top right corner?
  5. Once the search bar is removed, can we centre the Main menu?

Look forward to your feedback…

Hi @rishi,

I hope you are well today and thank you for your questions.

1. Need to remove the space and lines in the Category sidebar.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#secondary .widget_categories li {
    padding: 0;
    margin-bottom: 4px;
    border: 0;
}
2. In the Subscribe textbox, the text is not appearing full; can we reduce the font size?

You can use the below custom CSS code as described above to achieve this.


#subscribe-email input {
    font-size: 14px;
    line-height: 14px;
    padding: 5px;
}
3. Can we remove the padding and reduce the footer area?

Use the below CSS code to do that.


footer#colophon {
    padding: 20px 0;
}
4. Can we remove the search bar from the top right corner? 5. Once the search bar is removed, can we centre the Main menu?

To help us keep support thread separates could you please create new thread for your other questions here Activello - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin

Thanks a ton Movin, appreciate your help

You are most welcome here :slight_smile: