lkertesz
asked 5 years ago

Hi:
Is there a CSS code that I can use to eliminate the “sharing” functions (email & print) … or preferably move them to the bottom of the post.  The sharing function is automatically moved to the bottom of the post when viewed on a smartphone (tested this using iPhone & Android emulators)
But when viewed on a PC … the entire text block is shifted right which creates a very large empty space to the left of the post text.  I’d like to eliminate this open space and have the post’s text left aligned to the far left side of the post.
move sharing utility

1 Answers
DominicStaff
answered 5 years ago

You can add the following code to the Dashboard > Theme Settings > General > Custom CSS

.single-post .entry-sidebar {
width: 100%;
right: 0;
}

.single-post .entry-content {
left: 0;
width: 100%;
}

.single #main>.post .entry-sidebar .entry-sharing .dwss-style-custom li {
display: inline-block;
width: auto;
}
lkertesz
replied 5 years ago

PERFECT !!!!!! Thanks VERY Much 🙂

Powered by DW Question & Answer Pro