Site logo

Archived topic

A few questions on ads and aesthetics

1 reply · Started by Matthew on October 21, 2019

Viewing posts 1–2 of 2

Hi! I have several questions, so I figured I'd make one thread for them and just list all of my queries below:

1. I'm looking to turn on infinite scroll on desktop but keep it off for mobile. How do I do that?
2.I'd like to remove the containers on the sidebar for my sidebar ads, but keep the containers for all of my other sidebar content. How is this done?
3. I'd like to display different sidebar content on different pages. How can I go about doing so?
4. I'd like to place in-article ads in my posts. How can I do that?

Sorry for the barrage of questions, I just couldn't think of a better way to ask them other than creating four separate threads.

Thanks in advance!

Best,
Matt

Hi there,

It would definitely better to keep one question per topic for the future so it's much easier for us to track :)

1. That's not possible currently unfortunately.

2. Are you referring to the padding? If so try this CSS:

.widget-area #text-30.widget, .widget-area #text-31.widget, .widget-area #text-32.widget  {
    padding: 0;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

3. This plugin is should help:
https://wordpress.org/plugins/content-aware-sidebars/

4. Like inside the article themselves/between the paragraphs? If so that'd need to be added manually within the content.

Let me know if this helps :)

This archived topic is closed to new replies.