• Resolved laurapushbikepa.com

    (@laurapushbikepacom)


    Hi, I am using Optimizer theme on my website https://www.pushbikepa.com. I would like to remove the div.sidebar or div.widget? The white box at the top right part of my content please. It’s below the header. When I do ‘inspect elements’ in google, it says various things about this part of my page: div#sidebar.home_sidebar 286.422 px x 70 px OR div.widget_wrap 286.406 px x 40 px…Is there some CSS code I can put in my custom code setting that can get rid of this white box and not leave a ‘hole?’ Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Appearance -> Customize -> Miscellaneous -> Custom CSS

    #text-3 {
        display: none;
    }

    Thanks

    Thread Starter laurapushbikepa.com

    (@laurapushbikepacom)

    Hi Layerthemes, thanks for this but it didn’t work. Hmmm, now what?

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    I’m not seeing the CSS in your custom CSS section. You pasted them in Appearance -> Customize -> Miscellaneous -> Custom CSS, right?

    Thanks

    Thread Starter laurapushbikepa.com

    (@laurapushbikepacom)

    Hi, that’s because I took it out. I then deleted my the sidebar in the widget area and now it’s gone!!! Thanks anyway, Laura

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove sidebar from Optimizer theme content area’ is closed to new replies.