Home>Support>Origami footer problem

Origami footer problem

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hello,
I’m working on www.waardenhuis.nl and want to make a nice footer.
Nothing complicated but it is impossible to make the font bold or add blank lines.
Hope you can help me.
With regards,
Jan

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 6 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    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. 6 years, 6 days ago Jan Runhardt

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

  3. 6 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More