Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #285062

    Is there anyway to merge footer 1 and footer 2 columns (see http://hghdreambody.com/). I would love for the instagram pictures to go across a majority of the footer, if possible.

    #285113

    Hi papernapkinmarketing!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #footer .av_one_fourth:nth-child(2) {
    display: none;
    }
    #footer .av_one_fourth:nth-child(1) {
    width: 73%;
    }

    Best regards,
    Yigit

    #285339

    Perfect, thank you! Do you happen to know any good video tutorials on setting up Google Analytics Tracking Code?

    #285497

    Hi!

    Glad it’s working.

    We don’t have a video on how to add the ga tracking code but you can follow the google tutorial here: https://support.google.com/analytics/answer/1008080?hl=en

    Add the script on Enfold > Theme Options > Google Analytics Tracking Code field.

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.