Tagged: footer
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.
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
Perfect, thank you! Do you happen to know any good video tutorials on setting up Google Analytics Tracking Code?
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