Title: Extech's Replies | WordPress.org

---

# Extech

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change width of all page contents](https://wordpress.org/support/topic/change-width-of-all-page-contents/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/change-width-of-all-page-contents/#post-7288721)
 * Hi
 * Line no 398:
 * .post .entry.noDate {
    padding-left: 15px; width: 475px; }
 * remove the “width:475px;” and check.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] More CSS Questions](https://wordpress.org/support/topic/more-css-questions/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/more-css-questions/#post-7276673)
 * Hi breecrowder,
 * Its hard to tell anything what exactly you need to change on your site until 
   you post your site’s url. Please share the URL of your site so that we can check
   that.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Logo is not aligned properly in sticky navbar](https://wordpress.org/support/topic/logo-is-not-aligned-properly-in-sticky-navbar/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/logo-is-not-aligned-properly-in-sticky-navbar/#post-7285417)
 * Add this to your css
 * #logo.table-cell { padding-top: 11px;}
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Quantity Number can't be seen](https://wordpress.org/support/topic/quantity-number-cant-be-seen/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/quantity-number-cant-be-seen/#post-7277239)
 * Hi
 * Can you add this style to your style-sheet.
 * .woocommerce .quantity .qty {
    min-width: 80px; }
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Felynx Forest] Gallery with "Uneven" images is bad formatted](https://wordpress.org/support/topic/gallery-with-uneven-images-is-bad-formatted/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/gallery-with-uneven-images-is-bad-formatted/#post-7230651)
 * Try this
 * .related-posts {
    clear: both; }
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Replacing widget text with image… Need help!](https://wordpress.org/support/topic/replacing-widget-text-with-image-need-help/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/replacing-widget-text-with-image-need-help/#post-7283905)
 * Try this:
 * .sidebar h4.widget-title {
    display: none; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Minamaze] How to move Navigation below Slider?](https://wordpress.org/support/topic/how-to-move-navigation-below-slider/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/how-to-move-navigation-below-slider/#post-5422192)
 * Hi
    Core files means wordpress themes php files. Do not change anything if you
   don’t know how to work on them. You can also create child themes. [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Minamaze] How to move Navigation below Slider?](https://wordpress.org/support/topic/how-to-move-navigation-below-slider/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/how-to-move-navigation-below-slider/#post-5422190)
 * I will suggest to edit the core files and bring down the navigation below slider.
   Css will create an issue in responsive mode.
 * Here is the answer if you want to try:
 * .page-id-12 div#header-links {
    position: absolute; bottom: -345px; z-index: 
   9999; }
 * .page-id-12 div#slider {
    margin-bottom: 50px; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Minamaze] How to move Navigation below Slider?](https://wordpress.org/support/topic/how-to-move-navigation-below-slider/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/how-to-move-navigation-below-slider/#post-5422188)
 * Can I have the url of your site?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CSS] What is popular post in wordpress](https://wordpress.org/support/topic/what-is-popular-post-in-wordpress/)
 *  Thread Starter [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/what-is-popular-post-in-wordpress/#post-5895639)
 * Is build with the theme that i am using. I purchased it from themeforest.
    Name
   of the theme is Rigel.
 * But the question is what is popular posts.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sidewinder Theme Footer](https://wordpress.org/support/topic/sidewinder-theme-footer/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/sidewinder-theme-footer/#post-5701881)
 * You can download the whole theme and than try to find using some editor like 
   Notepad++
 * If still no luck than access the database and replace directly there. Make sure
   to keep a backup of everything.
 * Hopefully this will work for you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sidewinder Theme Footer](https://wordpress.org/support/topic/sidewinder-theme-footer/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/sidewinder-theme-footer/#post-5701865)
 * Try to find the text in the admin panel. Most probability it would be under theme
   setting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Forms for Mailchimp] List of all subscriber](https://wordpress.org/support/topic/list-of-all-subscriber/)
 *  Thread Starter [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/list-of-all-subscriber/#post-5733533)
 * I got it. Thanks a lot for your support.
 * Is there a way to show the list of all subscribers as we can see the list of 
   all wordpress user without pop-up.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [menu with scrollbar on sidebar](https://wordpress.org/support/topic/menu-with-scrollbar-on-sidebar/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/menu-with-scrollbar-on-sidebar/#post-5434883)
 * Welcome
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Minamaze] How to move Navigation below Slider?](https://wordpress.org/support/topic/how-to-move-navigation-below-slider/)
 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/how-to-move-navigation-below-slider/#post-5422156)
 * .home div#slider {
    position: relative; top: -70px; margin-bottom: -40px; }
 * .home #header {
    padding: 0; position: relative; top: 349px; z-index: 999999;}
 * Can you try this.

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

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