It was built by someone at the record label who has now left, leaving me in charge.
I tampered with the CSS code without saving a backup and now the site's borders are all wrong as you can see. Can anyone help? I would be very appreciative as members love the site, but I find the layout problem embarrassing.
Here is the CSS code:
Code:
body {
background:#000000 url(http://www.roadrunnerrecords.co.uk/banners/cky-background.jpg) no-repeat scroll center 27px;
color:#EEEEEE;
font-family:"Verdana, Arial, Helvetica, sans-serif;
font-size:76%;
}
#xg_body {
background:#000000 none repeat scroll 0 0;
margin-top:123px;
width:957px;
}
#xg_navigation {
margin-top:115px;
margin-left:130px;
}
#xg_navigation ul a {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background: transparent none;
font-size: 13px;
}
#xg_navigation ul li.this a,
#xg_navigation ul li a:hover {
background: transparent none;
font-size: 13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #993300;
}
#xg_navigation ul li a {
background: transparent none;
font-family:arial, sans-serif;
font-size: 13px;
color: #ffffff;
}
Thanks for the response. Here is a screenshot of how it appears in most browsers.
The problem is that the content part of the page is too high up. It should fit so that the header links are in the black strip of the background header.
It seems no matter how much I try to push the page down into this space by adjusting the numbers in the code, the page defaults to looking like this.
Thank you for your help so far. To update, I make changes to the CSS which fix the issue and sort the layout. However, within minutes the layout reverts back to its problematic form despite the CSS code staying changed.
Can anyone help? Is it a problem besides the CSS code?
Is the server loading an alternate CSS code that I need to find out about and change.
I wasn't aware of this but my father suggested that this could be the case since it kept changing back. What can I do to rectify this as I wasn't under the impression I had any control over the source code.
hmmmm how do you go about editing the CSS....do you use an FTP program to connect to the domain, download the CSS, edit it and re-upload?
I wouldnt reccomend moving the CSS pages as you will have to update the links on every page and this could take forever if you have a lot of pages in the site.
The change suggested by abduraooft are in the following CSS file:
Thanks for identifying the CSS I need to change, still unsure how to locate it and edit it though.
Basically you just log in to the site, click manage and edit the CSS in a form in the 'appearance' section. I was under the impression there was only one form I could edit.
Thanks for identifying the CSS I need to change, still unsure how to locate it and edit it though.
Basically you just log in to the site, click manage and edit the CSS in a form in the 'appearance' section. I was under the impression there was only one form I could edit.
hmmmm possibly some sort of CMS system.
Could you login to the system, take a screenshot of what it looks like and show us on here?
To be honest buddy, i havent got a clue im afraid. I edit my CSS and HTML client side and the upload the files to the webserver via FTP. It looks like whoever setup the website, implemented some sort of CMS system for the CSS code. However as long as this is the actual CSS code and has the #xg_navigation element then there is no reason why it shouldnt work.
May have to get in touch the the original designer...possibly ask him/her for the ftp details of the webserver and connect to it to download the CSS files and edit them client side