Title: Phase's Replies | WordPress.org

---

# Phase

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Header Slider Images will only show on Chrome](https://wordpress.org/support/topic/header-slider-images-will-only-show-on-chrome/)
 *  Thread Starter [Phase](https://wordpress.org/support/users/phaseband/)
 * (@phaseband)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/header-slider-images-will-only-show-on-chrome/#post-12707593)
 * It’s only on chrome where it displays correctly. It’s a white blank rectangle
   on every other browser Shannon
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [A black column started appearing on the far right of the screen](https://wordpress.org/support/topic/a-black-column-started-appearing-on-the-far-right-of-the-screen/)
 *  Thread Starter [Phase](https://wordpress.org/support/users/phaseband/)
 * (@phaseband)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/a-black-column-started-appearing-on-the-far-right-of-the-screen/#post-11932437)
 * The problem is it wasn’t there before. Also when I am using a redirect : [http://phaseonline.uk](http://phaseonline.uk)
   althought it’s still there, it’s zoomed in, in a way that it’s cut out of the
   screen.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [A black column started appearing on the far right of the screen](https://wordpress.org/support/topic/a-black-column-started-appearing-on-the-far-right-of-the-screen/)
 *  Thread Starter [Phase](https://wordpress.org/support/users/phaseband/)
 * (@phaseband)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/a-black-column-started-appearing-on-the-far-right-of-the-screen/#post-11932405)
 * Thak you so much… I was asking on stackexchange and you seem to be the only one
   to have figured out what’s going on!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Drop Down menu box not centered](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/)
 *  Thread Starter [Phase](https://wordpress.org/support/users/phaseband/)
 * (@phaseband)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/#post-11792735)
 * my guess is there’s more css below what I am adding that cancels what I am trying
   to change
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Drop Down menu box not centered](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/)
 *  Thread Starter [Phase](https://wordpress.org/support/users/phaseband/)
 * (@phaseband)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/#post-11792732)
 * Nothing happened. If I shorten the word it gets fixed if it’s of any help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Drop Down menu box not centered](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/)
 *  Thread Starter [Phase](https://wordpress.org/support/users/phaseband/)
 * (@phaseband)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/#post-11792622)
 * I am a hobbyist really,
    Not a proessional, all I’ve learnt is through forums
   and that. I need to sort that drop down out
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Drop Down menu box not centered](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/)
 *  Thread Starter [Phase](https://wordpress.org/support/users/phaseband/)
 * (@phaseband)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/#post-11792325)
 * thank you… what should I replace it with?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Drop Down menu box not centered](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/)
 *  Thread Starter [Phase](https://wordpress.org/support/users/phaseband/)
 * (@phaseband)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/#post-11790213)
 * It only happens on it even if i change the order of the items
 *     ```
       /* Dropdown */
       .nav li ul {
       	position: absolute;
       	left: -999em;
       	padding: 4px 0 0 0;
       	z-index:99;
       }
       .nav li:hover ul,
       .nav li.sfhover ul {
       	/*left: 0;*/
       	left: -75%;
       	top: 30px;
       }
       .brat2 {
       	display: none;
       	left: -52% !important;
       }
   
       .nav li:hover li,
       .nav li.sfhover li,
       .nav li.current-menu-item li,
       .nav li.current_page_item li,
       .nav li li {
       	background: #333 url(images/dropdown.jpg) 0 0;
       	width: 160px;
       	height: 28px;
       	line-height: 14px;
       	border: 1px solid #303030;
       	border-top: none;
       	padding-top: 4px;
       	text-align: center;
       }
       .nav li:hover li a,
       .nav li.sfhover li a {
       	background: none;
       	color: #999!important;
       	height: auto;
       	line-height: 14px;
       	padding: 8px 10px;
       	text-align: center;
       }
       ```
   
    -  This reply was modified 7 years, 1 month ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Drop Down menu box not centered](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/)
 *  Thread Starter [Phase](https://wordpress.org/support/users/phaseband/)
 * (@phaseband)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/#post-11790126)
 * Thanks for your reply Andrew,
    with the rest drop downs (Gallery, Party) this
   isn’t happening/visible though. any ideas on why would that be happening?
 * Thank you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Drop Down menu box not centered](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/)
 *  Thread Starter [Phase](https://wordpress.org/support/users/phaseband/)
 * (@phaseband)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/drop-down-menu-box-not-centered/#post-11790011)
 * I see… stack exchange it is..

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