Title: Problem with class=&quot;sidebar-link&quot;
Last modified: August 21, 2016

---

# Problem with class="sidebar-link"

 *  Resolved [sfrfigueiredo](https://wordpress.org/support/users/sfrfigueiredo/)
 * (@sfrfigueiredo)
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/)
 * Hi,
    in the theme Spun when i expand the signal +(plus) in the footer the content
   overlaps the text of the post.
 * You can see this in [http://marioruimelo.com/EMSG/moveis/wp/criadores/](http://marioruimelo.com/EMSG/moveis/wp/criadores/)
 * Anyone can help me?

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910668)
 * How did you get that share stuff in there?
 *  Thread Starter [sfrfigueiredo](https://wordpress.org/support/users/sfrfigueiredo/)
 * (@sfrfigueiredo)
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910677)
 * Sorry,
    I didn’t understand the question you’re doing.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910688)
 * Look at this bit outlined in red: [http://snag.gy/QcDpA.jpg](http://snag.gy/QcDpA.jpg)
   Where did that come from?
 *  Thread Starter [sfrfigueiredo](https://wordpress.org/support/users/sfrfigueiredo/)
 * (@sfrfigueiredo)
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910692)
 * I’ve used the jetpack to put that.
 *  Thread Starter [sfrfigueiredo](https://wordpress.org/support/users/sfrfigueiredo/)
 * (@sfrfigueiredo)
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910708)
 * Even if i desactive this feature of share in this page [http://marioruimelo.com/EMSG/moveis/wp/contract/](http://marioruimelo.com/EMSG/moveis/wp/contract/)
 * with this form it happens the same.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910805)
 * Try adding:
 *     ```
       #page .hentry {
        height: auto;
       }
       ```
   
 *  Thread Starter [sfrfigueiredo](https://wordpress.org/support/users/sfrfigueiredo/)
 * (@sfrfigueiredo)
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910820)
 * Hi Andrew,
    thank you for your help. I did what you said but look what happens
   to the first page. [http://marioruimelo.com/EMSG/moveis/wp/](http://marioruimelo.com/EMSG/moveis/wp/)
 * The other page look fine.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910839)
 * Unfortunately you can’t apply the CSS to specific pages because you removed the
   body classes.
 *  Thread Starter [sfrfigueiredo](https://wordpress.org/support/users/sfrfigueiredo/)
 * (@sfrfigueiredo)
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910842)
 * I did that?
    Could you please tell me how can I revert that situation to apply
   the CSS to specific pages?
 * Thanks.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910851)
 * Could you copy all the code in your header.php file and paste it into a PasteBin
   page: [http://pastebin.com/](http://pastebin.com/)
 * Then link us that PasteBin page?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910852)
 * By the way you may want to transfer the changes you made in your theme’s style.
   css file into Jetpack’s Edit CSS option.
    These are the changes: (the original
   style.css file on the left): [http://www.diffchecker.com/25fo2vnn](http://www.diffchecker.com/25fo2vnn)
 *  Thread Starter [sfrfigueiredo](https://wordpress.org/support/users/sfrfigueiredo/)
 * (@sfrfigueiredo)
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910856)
 * The link for my header.php
    [http://pastebin.com/Ci6WfgHE](http://pastebin.com/Ci6WfgHE)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910857)
 * I can’t see anything wrong with the code in that file, maybe try deactivating
   all plugins to explore whether any could be responsible. You can check whether
   the classes are generated in your `<body>` element by viewing your website, right
   clicking and selecting “View source”. Then try searching for “<body”, you should
   see:
 *     ```
       <body class="...">
       ```
   
 *  Thread Starter [sfrfigueiredo](https://wordpress.org/support/users/sfrfigueiredo/)
 * (@sfrfigueiredo)
 * [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910859)
 * Thank you very much for your support.
    I deactivate all plugins and put my code
   of style.css in jetpack and it worked. Problem solved.

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

The topic ‘Problem with class="sidebar-link"’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/spun/2.0.2/screenshot.png)
 * Spun
 * [Support Threads](https://wordpress.org/support/theme/spun/)
 * [Active Topics](https://wordpress.org/support/theme/spun/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/spun/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/spun/reviews/)

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [plus](https://wordpress.org/support/topic-tag/plus/)

 * 14 replies
 * 2 participants
 * Last reply from: [sfrfigueiredo](https://wordpress.org/support/users/sfrfigueiredo/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/problem-with-classsidebar-link/#post-4910859)
 * Status: resolved