Reply To: Some changes for the Scoop theme 2

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support › Forums › Support (Legacy) › Some changes for the Scoop theme 2 › Reply To: Some changes for the Scoop theme 2

#1298
Noa
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;}}