By larryjhs on
See the code from View> source in my browser.
<style type="text/css" media="all">@import "themes/slash/slash_blue/style.css";</style><link href="themes/slash/modules.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body >
<table class="top_bg" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td align="left"><a href="./" title="Home"><img class="logo" src="themes/slash/slash_blue/logo.png" alt="" /></a>
My problem is that I can't work out how to change the <td align="left"> to "center". It's obviously not stored in the style sheets, so where is the html code stored in the directory structure? I just can't find it! If I am pointed to the correct file, I can tweak it.
Larry
Comments
Solved it!
I wasted a lot of time on this one!
slash theme layout is not contained in a xtemplate.xtmpl file etc.
The core layout is in yourhteme eg slash/slash_blue/slashtheme.theme.
In the file I found
and changed, as you see, the td align to center.
Now, what I need to know/figure out, is is you want a generic change for all the colour themes, do you build a generic .theme sheet with that particular change? Or are you stuck with one .theme per colour?