abrat2014
Member
Posted 1 year ago #
I edited my Modularity theme http://www.andredeveaux.com to mimic the look of Modularity Lite http://andredeveaux.wordpress.com but now the last things im stuch with:
there are white lines running down the middle and bottom of the page.
The bottom of the page does not have the double-border.png showing either
i basically want my self hosted blog to look like my wordpress.com one, but the white lines down the middle are stopping that, where do i go or what do I change to make them black like my wordpress hosted blog...?
In screen.css remove border-right:1px solid #EEEEEE; from div.colborder (line 176). screen.css is found in
themes/modularity/modularity/library/styles/screen.css
The line under "Older Entries" is caused by the <hr> in the template file. Look in your index.php near the bottom, before the call to footer.php
abrat2014
Member
Posted 1 year ago #
thanks, also, for the right border, how can I make it so that my post images cannot overlap that border, or so that its hidden before it reaches that line.
my http://andredeveaux.wordpress.com does it but this one does not seem to, what code do i need to add?