This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Andrew Misplon Staff 6 years, 7 months ago

    Hi Jan

    Thanks for posting. We aren’t usually able to assist with Custom CSS here on the forums but it looks like Origami might be missing a style or two related to your question. Perhaps try adding the following to Customize > Additional CSS or your child theme stylesheet:

    #footer-widgets h3.widget-title {
    	font-weight: bold;
    }
    strong {
        font-weight: bold;
    }
  2. Jan Runhardt 6 years, 7 months ago

    Thanks Andrew, that helped for the dwidget title.
    Still i cannot add blank lines ()
    How to solve that?
    Regards,
    Jan

  3. Andrew Misplon Staff 6 years, 7 months ago

    Hi Jan, glad to hear you’re making progress. For the spacing issue, try:

    #footer-widgets p {
    	margin-bottom: 15px;
    }
    #footer-widgets p:last-of-type {
    	margin-bottom: 0;
    }

    Then use shift+enter to create spaces within the widget.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread