Okay
  Public Ticket #1467402
Error in footer
Closed

Comments

  • MDCGlobalcom started the conversation

    Hi,

    I'm getting an error in the footer (see image).

    Can you please confirm how I should type it correctly to avoid the error?

    Also, how can I make the year automatic, so I don't have to manually update every year?

    Thanks,

    Alina

  •  2,010
    Ocean replied

    Hi,

    I just checked this problem. It's a theme bug, i will update this now.

    You can replace this file to folder "wp-content/themes/construct/framework"

    And about year, sorry it's impossible now.

  • MDCGlobalcom replied

    The code fixed the problem. Thank you. 

    I'll keep a reminder to update the year manually.

    Is there a way to modify the padding of the footer and location of the text, i.e. to the right of the page?

  •  2,010
    Ocean replied

    Hi,

    You can add cutom css code in your WP Admin -> Appearance -> Customize -> Additional CSS: http://prntscr.com/gbgkc9

    #bottom{ padding: 30px 0; }
    #bottom .bottom-bar-content{ width: 100%; text-align: right; }
    
  • MDCGlobalcom replied

    Worked perfectly. Thanks