Title: curative's Replies | WordPress.org

---

# curative

  [  ](https://wordpress.org/support/users/curative/)

 *   [Profile](https://wordpress.org/support/users/curative/)
 *   [Topics Started](https://wordpress.org/support/users/curative/topics/)
 *   [Replies Created](https://wordpress.org/support/users/curative/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/curative/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/curative/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/curative/engagements/)
 *   [Favorites](https://wordpress.org/support/users/curative/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/curative/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/curative/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] How do I edit the text of the footer](https://wordpress.org/support/topic/how-do-i-edit-the-text-of-the-footer/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-do-i-edit-the-text-of-the-footer/#post-6997130)
 * Hi TR,
 * I learned that A2 blocks direct editing in WP Admin. I had to go into the cPanel
   which is a little scary as I am technically challenged. But I made it.
 * Thank you for walking me through it.
 * Uyen
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] How do I edit the text of the footer](https://wordpress.org/support/topic/how-do-i-edit-the-text-of-the-footer/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-do-i-edit-the-text-of-the-footer/#post-6997019)
 * Hi Sam,
 * Thank you for responding to my post. When I went to Appearance, my “Editor” is
   showing “Editor Locked” in red. When I clicked on it, I could only see optimization
   by my hosting provider (A2). Any idea what it means and how to unlock the “Editor”?
 * Uyen
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] How to reduce the font size of the welcome message?](https://wordpress.org/support/topic/how-to-reduce-the-font-size-of-the-welcome-message/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-reduce-the-font-size-of-the-welcome-message/#post-6015838)
 * Hi Janell,
 * I am no expert either but I think the codes below should work. Put them in your
   Custom CSS (and make sure you save the changes). I also have extra codes for 
   font, style and alignment but you can delete the rest of them if you only want
   to change the font-size.
 * THE TOP TEXT (of the welcome box)
    .welcome-title { font-size: 32px; font-weight:
   500; font-style: italic; text-align:right; text-shadow: none; }
 * THE SUB-TEXT (of the welcome box)
    .welcome-desc { font-size: 32px; font-weight:
   500; font-style: italic; text-align:right; text-shadow: none; }
 * THE CALL-TO-ACTION BUTTON
    .welcome-button { float: right; width: auto; text-
   align: center; }
 * If this still does not help, you may want to post your issue in a new thread 
   as this thread is resolved and the experts on this forum may not see your message.
 * Good luck!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] Moesia Theme – Can't remove/hide the sidebar. HELP please!](https://wordpress.org/support/topic/moesia-theme-cant-removehide-the-sidebar-help-please-1/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/moesia-theme-cant-removehide-the-sidebar-help-please-1/#post-6008055)
 * [@satishdevnani](https://wordpress.org/support/users/satishdevnani/) – It has
   been a while so I may not remember how I finally fixed this problem. Put this
   in your custom CSS and see if it works for you (it works for me).
 * .page .widget-area {
    width: 0px; } .page-template-default .content-area { width:
   1110px; max-width: 100%; } .page-template-default .widget-area { width: 0px; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] How to remove the gray line between two text editor boxes?](https://wordpress.org/support/topic/how-to-remove-the-gray-line-between-two-text-editor-boxes/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/how-to-remove-the-gray-line-between-two-text-editor-boxes/#post-6229166)
 * Brilliant! It works. Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] Adjust header height and main body text](https://wordpress.org/support/topic/adjust-header-height-and-main-body-text/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/adjust-header-height-and-main-body-text/#post-6161834)
 * OK, I figured this one out by adding this:
 * div#sidebar-footer
    **div.textwidget **{ width: 970px; }
 * In case anyone is trying to do the same thing, it is important to have the subsection
   in bold above.
 * Can anyone help with my 2nd issue (reduce space between background and main body
   of text)?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] Adjust header height and main body text](https://wordpress.org/support/topic/adjust-header-height-and-main-body-text/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/adjust-header-height-and-main-body-text/#post-6161829)
 * OK, removed the .col-md-8 fixed the menu issue. Thanks.
 * The reason I made change to the width of .col-md-4 as below is because I want
   all the text on the same line for the footer. If I remove this, how do I make
   text on the same line in the footer widget?
 * .col-md-4 {
    width: 100%; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] Problems with responsiveness](https://wordpress.org/support/topic/problems-with-responsiveness/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [11 years ago](https://wordpress.org/support/topic/problems-with-responsiveness/#post-6098135)
 * Thank you for taking the time to respond, vladff.
 * 1. I added the } at the end of the previous code. Still does not work. Not a 
   big deal if the button does not show due to reduced screen width.
 * 2. I hope to fix this issue though. The setting as it is now is to circumvent
   the code set to reduce the sidebar width. Below is the previous thread that may
   provide more information.
 * [https://wordpress.org/support/topic/how-to-reduce-the-side-bar-width?replies=8](https://wordpress.org/support/topic/how-to-reduce-the-side-bar-width?replies=8)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] Problems with responsiveness](https://wordpress.org/support/topic/problems-with-responsiveness/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [11 years ago](https://wordpress.org/support/topic/problems-with-responsiveness/#post-6098031)
 * Sorry, the website is: [http://curativeconsulting.com/](http://curativeconsulting.com/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] How to reduce the height of the widget](https://wordpress.org/support/topic/how-to-reduce-the-height-of-the-widget/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [11 years ago](https://wordpress.org/support/topic/how-to-reduce-the-height-of-the-widget/#post-6081659)
 * THANK YOU!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] How to reduce the height of the widget](https://wordpress.org/support/topic/how-to-reduce-the-height-of-the-widget/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [11 years ago](https://wordpress.org/support/topic/how-to-reduce-the-height-of-the-widget/#post-6081651)
 * You have been very helpful. I really appreciate it!
 * Just so I can teach myself how to fish (a long process), how do you distinguish
   which footer to make the changes? There is the original footer and then footer
   widget A. If I add footer widget B, for example, how do I indentify them?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] How to align the CTA button on the front page to the RIGHT?](https://wordpress.org/support/topic/how-to-align-the-cta-button-on-the-front-page-to-the-right/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [11 years ago](https://wordpress.org/support/topic/how-to-align-the-cta-button-on-the-front-page-to-the-right/#post-6077261)
 * Sorry that I still need help with issue and a related one.
 * How do I set the texts of the welcome message and the CTA button to the right
   that show in responsive mode? The button does not show in smaller screen now.
 * I am able to align-right the texts but they “bleed” into the image area instead
   of staying in the red background box.
 * Many thanks!
 * [http://curativeconsulting.com/](http://curativeconsulting.com/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] How to reduce the height of the widget](https://wordpress.org/support/topic/how-to-reduce-the-height-of-the-widget/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [11 years ago](https://wordpress.org/support/topic/how-to-reduce-the-height-of-the-widget/#post-6081634)
 * Thank you so much for these codes! I made the adjustments as needed.
 * I tried to do the same to reduce the height of the footer area (for the phone
   and email) by setting paddings and margins to 0 but it did not work for me. Could
   you help?
 * div#sidebar-footer.footer-widget-area div {
    padding-top: 0px; padding-bottom:
   0px; margin-top: 0px; margin-bottom: 0px; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] How to align the CTA button on the front page to the RIGHT?](https://wordpress.org/support/topic/how-to-align-the-cta-button-on-the-front-page-to-the-right/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [11 years ago](https://wordpress.org/support/topic/how-to-align-the-cta-button-on-the-front-page-to-the-right/#post-6077084)
 * Someone helped me fix this. No longer need help. Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] How to reduce the side bar width?](https://wordpress.org/support/topic/how-to-reduce-the-side-bar-width/)
 *  Thread Starter [curative](https://wordpress.org/support/users/curative/)
 * (@curative)
 * [11 years ago](https://wordpress.org/support/topic/how-to-reduce-the-side-bar-width/#post-6060533)
 * THANK YOU! It works!

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/curative/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/curative/replies/page/2/?output_format=md)