Forum Replies Created
-
AuthorPosts
-
Its fine now. Thanks
It was fixed.
My flyout menu looks smaller than the full page height, is it possible to make it show on full page? Thanks
Please find the link for temporary login in the private content area.
Noted. Thanks
That solved the problem. Thank you
I already did that. The issue still persists.
Hi Jordan,
My question still remains there. Is it possible to adjust Disqus width?
Thanks its fixed.
Hi Jordan,
The overlap is in the mobile screen, the desktop does not keep the socket in footer.
Hi Jordan,
Font size of sales-funnel blog is the one I want to use.I need the footer to stay in the bottom of the page but do not overlay on the content. Your code above does not do it
Yes I did and it does not work the way I described above
Yes, linkedin icon
Please find below.
Basically, I want the footer to stay in bottom. Your code only adjusted it for mobile device, not in the bottom but it overlapped the content in mobile device.
It only worked on a mobile device.
That did not work.
No, it is still there.
- This reply was modified 4 years, 5 months ago by wasim-ullah.
Please use the temporary login URL in the private content section.
I have tried using the following code, but it didn’t work:
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Libre Baskerville’] = ‘serif:400,600,800’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Libre Baskerville’] = ‘serif:400,600,800’;
return $fonts;
} -
AuthorPosts