• I posted this before but it didn’t show up.

    Can you see my wordpress.org site? It just has the one page up with pictures and a video. On the web I can see it. on Mobile, I can’t.

    payitforward2015.org/wordpress

    If you can’t, what do I need to do so it is visible on mobile and web?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    .list-view .site-content .cat-links, .list-view .site-content .type-post .entry-content, .list-view .site-content .type-page .entry-content, .list-view .site-content .type-post .entry-summary, .list-view .site-content .type-page .entry-summary, .list-view .site-content footer.entry-meta {
        display: block;
    }

    Thread Starter RScout78

    (@rscout78)

    Using wordpress.org twenty eleven theme. Do I still need to add Custom CSS plugin?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’re not using the Twenty Eleven theme, but yes you still need to use a Custom CSS plugin.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Please help’ is closed to new replies.