• Resolved DonnaWaters

    (@donnawaters)


    When I upgraded to WordPress 4.01, the main text on my homepage got pushed to the left side to make room for a graphic that I don’t want. Is there a way to remove the graphic and reset the text to full width via the dashboard? If not, can someone please remind me which file to modify? I think it was style.css in the child theme, but I’m not sure. The page is https://www.pcopticalengineering.com

    Many thanks!
    Donna

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DonnaWaters

    (@donnawaters)

    Update: I was able to remove the chimp graphic, but I’m still unable to restore the text width to full page. This is the Responsive Theme. Any help would be much appreciated. Thanks!

    Thread Starter DonnaWaters

    (@donnawaters)

    In case anyone has the same issue, it was resolved by entering this piece of code into CSS Styles under Theme Options:

    #featured-image {
    display:none;
    }

    .col-460 {
    width: 100%;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Cyberchimps graphic from homepage?’ is closed to new replies.