• idowens

    (@idowens)


    I recently installed a new flickr plugin that pulls photos & info from your flickr account and posts them in WP. I have a small css problem though. When you move from the initial loading page at https://www.idowens.com/wordpress/gallery.php into the gallery the larger pictures are overlapping the sidebar menu. This also happens when you click the image again to move to a single pic view…the overlap is very subtle and only needs to be adjusted by maybe a few pixels.
    My question, where in the kubrick css file (its not very modified) could i change the value to have the contents move to the left a bit or (maybe it would be easier) to move it equally a little to the left AND right….
    Any comments are appreciated!

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

    (@idowens)

    Found it by trial & error….for others who may need it…
    * Begin Sidebar */
    #sidebar
    {
    padding: 20px 0 10px 0;
    margin-left: 545px;
    width: 190px;
    }
    #sidebar form {
    margin: 0;
    }
    /* End Sidebar */

    Increase margin-left:545 to move the sidebar further to the right.

    Thread Starter idowens

    (@idowens)

    (just kidding…when I increase the margin IE throws the sidebar to the bottom of the page instead of moving it further to the right….man, IE causes so many problems…grrr) Back to the drawing board.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘kubrick css question’ is closed to new replies.