New Topic

widget area not showing

Home › Forum › Customization › widget area not showing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2061
    StartupWP
    Keymaster

    1. Make sure you place widgets in the Main sidebar area, not the Right one. Right is used for the Left and Right sidebar template.

    2. Buttons:

    #content input[type="submit"], #content input[type="reset"], #container #searchsubmit, .button, #new-topic {
      background: #000;
      border: 0 none;
      box-shadow: none;
      color: #ccc;
    }

    Form field borders:

    #container input, #container textarea {
      border: 1px solid #666;
    }

    3. You can adjust by adding:

    body.custom-background {
      background-position: center 100px;
    }

    Then change up 100px as needed.

    https://startupwp.com/topic/customizing-your-theme/

    #2063
    suchig
    Participant

    Thank You.

    How can change white space below and above the menu bar?

    #2064
    StartupWP
    Keymaster

    Above:

    #branding {
      margin-bottom: 30px;
    }

    Below:

    #header {
      padding-bottom: 30px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.