Site logo

css

Bug: CSS Conflict between GP and BB's "Content Slider"

Hello, GeneratePress team and community! I contacted Beaver Builder’s support team recently about arrows that aren’t visible in the “Content Slider” module. They investigated the issue and found that a line of CSS in the GeneratePress theme causes an element to cover them up. I built you a copy of the affected slider on http://www.servimm.ca/style-guide, … Read more

Footer Widget 1 / Table / CSS / Border

Hi! I use “Footer Widget 1” with a HTML-Widget: HTML: <table class="widget1-tabelle"> <tr> <td>Anything1</td> <td>Anything2</td> </tr> </table> CSS: .widget1-tabelle { width: 60%; margin-left: auto; margin-right: auto; border-color: red; } The result: The border is only red at the top and on the left side. I do not unterstand…

Post image size on mobile

I want it only on the mobile the images full appearance. 100% wide! No margins or padding. The big problem is that if I try to change it the way I know. The text increases along with the image. I just want images to go beyond that blank on mobiles like adsense ads do. An … Read more

CSS Class Conflict

This CSS class bug has had me tearing myself apart trying to narrow it down since yesterday. There seems to be a CSS class bug that affects tables. Any table row that contains the class ‘content’ has its child <th> and <td> elements pushed one column over to the right (at least in the ltr … Read more

CSS: Post Separator

Hello again, I am trying to add a post separator using CSS, the best results are from this: .post { border-top: 1px solid #bfbfbf } Unfortunately, because I use the WP show posts plugin the css shows up in the right side bar too. I have linked to my staging site, so you can see … Read more

A class to break out of the container?

I want to show two pictures side-by-side, and have them break outside of the width of the main container — maybe 30 pixels each side (or even full screen width sometimes). I’d use unsemantic grid to put them side-by-side, but was curious if there was already a class in GP that would break it out … Read more

Footnotes CSS

Greetings Tom and Co, I was using the Bigfoot script for footnotes on my site, but decided to remove it. Since Generatepress removed Jquery, Bigfoot was the only reason I can see it was being loaded on my site. Removing it resulting in a nice speed bump. However, I’m left with a footnote problem. I … Read more

FontAwesome icons don't show up

Hi there, On my new website my FontAwesome icons don’t show up (using version 4 code). Any idea why or how? I have it on some other websites without GeneratePress as well and others still show them, while using generatepress or one of the other themes (ultra). Also using the same code and css. I … Read more

My CSS not working

My Simple CSS stopped working. I did some plugin updates today and think one may have been for GP. If I deactivate “disable elements” in the setup, my home page header improves, but still no active CSS. That’s the only change I can see from disabling. All caches cleared or disabled. I have tried disabling … Read more

Show icon in widget title

Hi, I’m trying to show a Font Awesome icon in widget title; so far I tried enabling shortcode support for widgets, but that didn’t work – it doesn’t show anything…however, it works without GP. So, is there any way to acomplish this? TIA