Title: LeonWeb's Replies | WordPress.org

---

# LeonWeb

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

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

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Two search boxes on one page](https://wordpress.org/support/topic/two-search-boxes-on-one-page/)
 *  Thread Starter [LeonWeb](https://wordpress.org/support/users/leonweb/)
 * (@leonweb)
 * [11 years ago](https://wordpress.org/support/topic/two-search-boxes-on-one-page/#post-6046353)
 * Hello again!
    I noticed that the search box looks good in browsers such as “chrome”
   and “IE” and “Opera”. But in Firefox my search box is displacement..like this:
   [http://firepic.org/images/2015-05/10/9cy9v0gbli8n.jpg](http://firepic.org/images/2015-05/10/9cy9v0gbli8n.jpg)
 * I just want to have equal form in all browsers.
    How can i correct this?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Two search boxes on one page](https://wordpress.org/support/topic/two-search-boxes-on-one-page/)
 *  Thread Starter [LeonWeb](https://wordpress.org/support/users/leonweb/)
 * (@leonweb)
 * [11 years ago](https://wordpress.org/support/topic/two-search-boxes-on-one-page/#post-6046143)
 * Oh God, I’m stupid. I completely forgot about widgets.))
    Thank you Nagal and
   Richie!!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Equal margin on both sides of image](https://wordpress.org/support/topic/equal-margin-on-both-sides-of-image/)
 *  Thread Starter [LeonWeb](https://wordpress.org/support/users/leonweb/)
 * (@leonweb)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/equal-margin-on-both-sides-of-image/#post-5964000)
 * it’s work with ten pixels! Thanks.
    But unfortunately It’s not work with 14px..
   When i do this, – #custom .post-content img.alignleft {margin: 0 14px 14px 0 !
   important;} #custom .post-content img.alignright {margin: 0 0 14px 14px !important;}
   And here, the RIGHT empty space between the picture is good, – 14px! But the 
   bottom empty space (under pic.) is much more then 14px!
 * But if it’s impossible to make with 14px equal sides,
    I’ll do as you say with
   10px.
 * Thanks a lot!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Remove the time information](https://wordpress.org/support/topic/remove-the-time-information/)
 *  Thread Starter [LeonWeb](https://wordpress.org/support/users/leonweb/)
 * (@leonweb)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-the-time-information/#post-5954211)
 * I see. Thank you very much for the advice!!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Remove the time information](https://wordpress.org/support/topic/remove-the-time-information/)
 *  Thread Starter [LeonWeb](https://wordpress.org/support/users/leonweb/)
 * (@leonweb)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-the-time-information/#post-5954206)
 * Super! Thanks!
 * And last question about post-meta.php:
    If i need this information (date + category)
   only main page (post-meta-home) And I completely remove a file “post-meta.php”
   it can break my site? It can also cause a lot of error? Or it’s not important
   for this?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Equal margin on both sides of image](https://wordpress.org/support/topic/equal-margin-on-both-sides-of-image/)
 *  Thread Starter [LeonWeb](https://wordpress.org/support/users/leonweb/)
 * (@leonweb)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/equal-margin-on-both-sides-of-image/#post-5963978)
 * Sorry, the example(image) I showed you, is not correct. I drew it myself in Photoshop.
   
   But in my real site image is not separated whith paragraph p. There is <p>===
   img===text text</p> Just one paragraph. Like this example, -(small resolution)
 * [http://i66.fastpic.ru/big/2015/0331/d3/b063e5d7d87a2721c7fb0a88ca768bd3.jpg](http://i66.fastpic.ru/big/2015/0331/d3/b063e5d7d87a2721c7fb0a88ca768bd3.jpg)
 * On this image bottom margin is bigger then right. But i want to have equal..
   
   Is it possible?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Remove the time information](https://wordpress.org/support/topic/remove-the-time-information/)
 *  Thread Starter [LeonWeb](https://wordpress.org/support/users/leonweb/)
 * (@leonweb)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-the-time-information/#post-5954202)
 * Thank you!
    I’ll try to find it.
 * But there is still a question…
    How I can edit the post-meta.php for this: I 
   need to disable pop-up text (with time information) when mouse hovers under title
   on post-entry article.. I’m trying to find a solution somewhere here:
 * _<?php
    $getmodtime = get\_the\_modified\_time(); if( !$getmodtime ) { $modtime
   = ‘<span class=”date updated meta-no-display”>’. get\_the\_time(‘c’) . ‘</span
   >’; } else { $modtime = ‘<span class=”date updated meta-no-display”>’. get\_the\
   _modified\_time(‘c’) . ‘</span>’; } ?> <span class=”entry-date”><i class=”fa 
   fa-clock-o”></i><abbr class=”published” title=”<?php echo esc\_attr( get\_the\
   _date( ‘c’ ) ); ?>”><?php echo the\_time( get\_option( ‘date\_format’ ) ); ?>
   </abbr></span> <span class=”meta-no-display”>” rel=”bookmark”><?php echo the\
   _title\_attribute(); ?></span><?php echo $modtime; ?>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Is there an easy way to add a Favicon?](https://wordpress.org/support/topic/is-there-an-easy-way-to-add-a-favicon/)
 *  [LeonWeb](https://wordpress.org/support/users/leonweb/)
 * (@leonweb)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/is-there-an-easy-way-to-add-a-favicon/#post-5959410)
 * May be you need to Go to Appearance > Theme Options/
    and put your fav icon full
   url there?

Viewing 8 replies - 1 through 8 (of 8 total)