Have you tried the top and left positioning like I showed you in another example?
Thanks, Bryan
Issue with pageline custom box
Started by
brenb
, Feb 07 2011 07:06 PM
7 replies to this topic
#1
Posted 08 February 2011 - 02:14 AM
#2
Posted 08 February 2011 - 04:12 PM
Hi Bryan,
I fixed the footer issue, but still cannot resolve the custom box as is currently on
I did ret position relative and played around with the top and left values but it still appears below the last widget on the side bar. I want it to appear underneath the main bidy content, on this page that is below the "what we offer" content.
Also are there any tutorials on editing posts styles?
I want to edit the way the date is displayed and trying to locate the original php file but haven't found it yet.
Thanks again for your time.
/* custom box*/
#boxes{
width: 540px;
height: auto;
background: url('http://www.kinlaydublin.ie/newsite/img/bg-white-10per.png');
background: rgba(255,255,255,0.1);
color: white;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
font-size: 16px;
position: relative;
left: 400px;
padding-top: 10px;
padding-bottom: 20px;
}
#3
Posted 08 February 2011 - 11:57 PM
Hey Bren,
I'm not following what you're going for. Can you provide graphics of what you're going for?
The code you're adding isn't helping either.
#4
Posted 14 February 2011 - 12:51 PM
Hi Andrew,
Hopefully I can clarify what I am trying to do in this post.
On the page
I have a special offers box that appears below the last widget in the sidebar. Is there anyway of making this appear below the main content area i.e below "what we offer" content?
#5
Posted 14 February 2011 - 05:15 PM
Have you tried using the "content sidebar" instead of the boxes section to do this?
#6
Posted 16 February 2011 - 03:55 PM
Hi Cmunns
That worked a treat, thanks very much.











