Profiles

  • Member Since: April 28th, 2010
  • Find me on:
  • Posted a reply to White bar appears on mobile over titles, on the site WordPress.org Forums:
    Try this: .page #masthead .container { border-bottom: none; } #showcase .showcase-item img { display: block;…

  • Posted a reply to White bar appears on mobile over titles, on the site WordPress.org Forums:
    You need to make the site publicly visible, so that I can give you some…

  • Posted a reply to reduce space between slider and icon menu, on the site WordPress.org Forums:
    I believe you are talking about the menu below the logo. If so, try this:…

  • Posted a reply to Header Image Brightness, on the site WordPress.org Forums:
    Try this: .site-header { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

  • Posted a reply to Fit Navigation Menu Header On One Line, on the site WordPress.org Forums:
    You can change for this .nav__primary ul.sf-menu li a

  • Posted a reply to CSS Styling, on the site WordPress.org Forums:
    You can use the following as starting: .entry { clear: both; } .entry ul {…

  • Posted a reply to I want to hide slider in mobile version, on the site WordPress.org Forums:
    You can simply add display: none; to .carousel class under media query. Adjust the width…

  • Posted a reply to Center main (top) navigation, on the site WordPress.org Forums:
    Modify the below css code in style.css to as shown below: ul.nav-menu, div.nav-menu > ul…

  • Posted a reply to Fit Navigation Menu Header On One Line, on the site WordPress.org Forums:
    It seems the theme you are using is generating all that css code through some…

  • Posted a reply to Fit Navigation Menu Header On One Line, on the site WordPress.org Forums:
    You need to change the padding as below. So basically do below and it'll fit.…