Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Adding a box within a page (http://forum.bytesforall.com/showthread.php?t=2849)

patriciaeddy Aug 6, 2009 11:18 AM

[SOLVED] Adding a box within a page
 
I have a page on my site that contains a "message from the founder" type box. Up until a week or two ago, this box was a darker gray background and set off to the right from the rest of the page. I used the following code:
<div class="box">
</div>

To create the box. However at some point (maybe with the latest theme upgrade), I lost the formatting with the gray background and the right alignment.

Did I delete a line of code by mistake that I shouldn't have? Or did the installation of the theme upgrade do this?

Regardless, how can I get that formatting back?

Thanks so much!:)

Flynn Aug 8, 2009 05:14 PM

Not sure why it got lost. Add a CSS Insert with

div.box {
background: #dddddd;
text-align: right;
}

or similar

patriciaeddy Aug 8, 2009 07:09 PM

Thank you so much!

I freely admit, while fiddling with the CSS for the header, there's no guarantee I didn't do something wrong.


All times are GMT -6. The time now is 05:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.