Support › Forums › Support (Legacy) › Some changes for the Scoop theme 2 › Reply To: Some changes for the Scoop theme 2
06/04/2016 at 9:09
#1298
Keymaster
1. Ok we’re checking this issue.
3. Could you send me the exact link of the page in which the widget borders are displayed like that?
5. You mean that you drag the icons into the sharing panel in Theme Options > Sharing but the icons aren’t displayed in the website?
If so, could you send us access details to a temporary user?
6. Before deleting the icons, try inserting the following code:
@media (max-width:499px) {
img.image-text-thumbnail.alignleft{float:left !important;}}
So that this code only works in the sections you want, give those sections a customized CSS class.
Then add the customized class before the code, like this:
@media (max-width:499px) {
.new-class img.image-text-thumbnail.alignleft{float:left !important;}}
