Bookmarks on home page
-
Hello,
I just added “CBX Bookmark & Favorite” plugin, and it looks great on mobile but on desktop, it shifted the posts on the homepage.
deceptivespeed.com
Generally there are 2 columns with posts that are side by side. By adding this plugin, you’ll notice on the frontpage still has two columns but they’re no longer even with the left column a bit above the right column.
The plugin code is this
global $post;
$post_id = $post->ID;
$post_type = $post->post_type;
if(function_exists(‘show_cbxbookmark_btn’)){
echo show_cbxbookmark_btn($post_id, $post_type);
}Has anyone else had this issue or found a solution?
Thanks.
The page I need help with: [log in to see the link]
- The topic ‘Bookmarks on home page’ is closed to new replies.