Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Navigation question #22561
    timned88
    Participant

    that did it. thank you very much.

    in reply to: Navigation question #22082
    timned88
    Participant

    Thanks! That seemed to work for the interior forum pages but not the forum index page (themagicinpixels.com/forums). Any ideas?

    in reply to: Navigation question #22010
    timned88
    Participant

    My site is themagicinpixels.com. I would like to disable the navigation for everything under the bbpress plug-in, which should be in the/forums subdirectory. The breadcrumbs are fine pretty much anywhere else.

    in reply to: Border/ Drop Shadow around panels #21981
    timned88
    Participant

    awesome. thank you!

    in reply to: Font size #21819
    timned88
    Participant

    Go to the Theme Options >> Advanced Options and put this in the CSS

    p {
        font-size: 125%;
    }

    Change 125% to whatever it is that you want.

    in reply to: Sidebar on Front Page Only #21735
    timned88
    Participant

    Oh good grief! Sometimes the simplest answer eludes us. Thanks!

    in reply to: Sidebar on Front Page Only #21724
    timned88
    Participant

    If you look at this page…
    http://www.themagicinpixels.com/2016/09/walt-disneys-donald-duck/

    you will see what I mean. It’s the same width as if the sidebars were still there. I tried something like this:

    body:not(.home) #main {
       width: 150%;
    }

    and it made the panel wider but the images at the bottom stayed in their original place (squashed to the left instead of floating over to fill the panel) and the whole panel itself was off-center to the right a bit.

    in reply to: Sidebar on Front Page Only #21720
    timned88
    Participant

    That did most of what I wanted it to do. Now how can I have the main content panel be 100% with the sidebars removed? Right now the content panel is still the same width as if the sidebars were there. Thanks!

    (I didn’t want to “hide” them, I don’t want them there at all – EXCEPT for the home/front page)

Viewing 8 posts - 1 through 8 (of 8 total)