Jump to content

llholliman

New Members
  • Posts

    2
  • Joined

  • Last visited

llholliman's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am currently working on MAMP. I have put in some custom CSS. Thanks for your help!
  2. Hi, I’m a total newbie and know almost nothing about coding. I’m trying to customize a wordpress site. My theme does not allow much editing with the footer, so I have three links all squished together. I have tried a couple of options for adding space between these three links to no avail. I’m pasting the code below. If anyone can advise me on how to edit the code so that I can have a space between these links, I would be very appreciative. Please forgive my lack of expertise. <?php ?> <div class="wrapper"> <span class="footer-copyright"> <?php printf( esc_html__( 'Theme: %1$s by %2$s. ', 'reblog' ), 'Reblog', '<a href="' . esc_url( 'http://moralthemes.com/' ) . '">Moral Themes</a>' ); if ( function_exists( 'the_privacy_policy_link' ) ) { the_privacy_policy_link(); } ?> <a href ="http://localhost:8888/happygohygge/terms-conditions/">Terms and Conditions.</a> </span><!-- .footer-copyright -->
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.