Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
shags38
"center" worked ... try it, believe me it works :smile:
I won't be "trying it" because I KNOW it's invalid CSS.. Believe me, "center" doesn't exist.. believe me it won't work in ALL browsers.. believe me, your CSS won't validate.. but ignore the correct answer if you like..:smile:
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
DivaVocals
I won't be "trying it" because I KNOW it's invalid CSS.. Believe me, "center" doesn't exist.. believe me it won't work in ALL browsers.. believe me, your CSS won't validate.. but ignore the correct answer if you like..:smile:
There is no such thing as float:center ;-)
http://www.w3schools.com/css/css_float.asp
Thanks,
Anne
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
picaflor-azul
I know that.. :).. I don't think shags believes this.. (probably because he's looking at his site through Internet Exploder)
Quote:
Originally Posted by
DivaVocals
I don't think that there is a "center" definition for the 'float' attibute. I think you might wanna try this instead (soneone can confirm this for me):
Code:
margin-left: auto;
margin-right: auto;
or
Quote:
Originally Posted by
lat9
You're right, DivaVocals, there's no "float: center;". If you want to center an element, that element must have a width and then you can specify something like
Code:
width: 60%;
margin: 0 auto;
to center that element.
Re: New! Template Package Update with Admin Interface!
Does anyone know how to fix the header layout at www.wisconsinbilliard.com I have been playing with this for hours with no success. Any help appreciated! Also I keep getting double // in my url like http://www.wisconsinbilliard.com//index.php?main_page= Is this something that can easily be fixed?
Thanks in advance!
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
AZComp
The double \ is probably caused by a mistake in your includes/configure.php file.
Change your stylesheet.css file:
Code:
#header-right {
float: right;
margin-top: -150px;
width: 980px;
}
#header-promo {
color: #444443;
float: right;
font-size: 1.65em;
line-height: 25px;
text-align: right;
}
#navMainSearch {
float: right;
margin-top: 80px;
text-align: right;
}
Thanks,
Anne
Re: New! Template Package Update with Admin Interface!
Thank you the fix made it a little better but still looks off, I will try to play with it. I checked the config file s(both of them) I dont see anything to cause the // I know that is not a template issue so I will keep searching that.
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
AZComp
Thank you the fix made it a little better but still looks off, I will try to play with it. I checked the config file s(both of them) I dont see anything to cause the // I know that is not a template issue so I will keep searching that.
Change the #navMainSearch to this:
Code:
#navMainSearch {
margin-top: 80px;
clear:both;
}
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hi there
I am having a problem trying to figure this one out. I have tried for days haha, to no avail. I am sure it's gonna be something real simple!
I would like more space between the sub category boxes and the new products centreboxes - can someone please point me in the right direction?
Many thanks
Claire
Re: New! Template Package Update with Admin Interface!
I may have goofed it up but I do not think so, now it is buried behind my logo.
Thank you so much for your help!
By the way the // was in the admin config so thanks for that tip!
Quote:
Originally Posted by
picaflor-azul
Change the #navMainSearch to this:
Code:
#navMainSearch {
margin-top: 80px;
clear:both;
}
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
clriding
Hi there
I am having a problem trying to figure this one out. I have tried for days haha, to no avail. I am sure it's gonna be something real simple!
I would like more space between the sub category boxes and the new products centreboxes - can someone please point me in the right direction?
Many thanks
Claire
If you post a link to the page that you need help with I can take a look.
Thanks,
Anne