Suport » Probleme și soluții » Sidebar Box making

  • Hi. So I’m new with wordpress ,HTML or CSS and I’m into making my site. The problem is that the right sidebar is not integrated in a box.

    My template is Rara-Clean and as you can see, the center is integrated into a box, tho the sidebar isn’t.
    I would like the sidebar to be like in template NEBlue , but with the same shadowing and sizing like in Rara.

    Here is how i would like it to be.

    So my problem is that I don’t know where specifically to find ,copy, and edit the code properly to make it work.
    Can you guys help me?

Vizualizare 1 răspuns (din 1 în total)
  • Hello,

    In your template files (all.css line 591) find this:

    /* sidebar style */
    #sidebar{
    	width:29.6%;
    	float:right;
    }

    replace with this:

    /* sidebar style */
    #sidebar{
    	width:29.6%;
    	float:right;
    	background: #fff;
    	padding: 40px;
    }

    You will have your sidebar integrated in a box with white backgroung.

    Have a nice day!

Vizualizare 1 răspuns (din 1 în total)
  • Subiectul „Sidebar Box making” este închis pentru răspunsuri noi.