• Resolved madhavadasa

    (@madhavadasa)


    I have 3 sites all using the same theme. The 3rd site is a new site. On the first 2 I use the custom CSS box to add code. I’m find that the custom CSS is not working on this new site. I tried adding the code into a child theme as well, and that’s not working either. I removed the code from the custom CSS box and presently it is in the child theme. The child theme is activated and it works, but none of the code in the style.css file is working.

    The new site is https://www.geminicontractor.com
    the sites which work are: https://www.geminifloors.com http://www.geminithermohvac.com

    Any idea why it’s not working on https://www.geminicontractor.com ?

    I first noticed this because the images in the footer are not centering and resizing on mobile devices on the new site, it just shows the left side of the images. The code is presently in the child theme. Like I said, it works on the other 2 sites. I tried tweaking some of the values in the code to see if anything worked, nothing works.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • On geminifloors.com and geminithermohvac.com, you have some custom CSS like this:

    img.size-full.wp-image-1252.aligncenter {
      width: 100%;
    }

    which prevents the image in the footer from overflowing the container, but I don’t see any code like that on geminicontractor.com.

    For your overall issue, though, I can’t see any differences between the three sites. Can you post an example of some specific custom CSS that isn’t working on geminicontractor.com?

    Thread Starter madhavadasa

    (@madhavadasa)

    Hey thanks you’re awesome, that was it ! I just had to change the image ID’s, and it’s working. Looks like the Custom CSS box works after all. Really appreciate the help, overlooking a detail like this had my head spinning.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom CSS and Child Theme not working’ is closed to new replies.