![]() |
Align Categories Top Left
Used the rounded categories mod, but cant get the subcategories to the upper left.
http://tinyurl.com/2avy2os /customer/menu_dialog.tpl Code:
{if $usertype eq "A" || ($usertype eq "P" && $active_modules.Simple_Mode ne "")} /corners/styles.css Code:
body { font-family: arial; font-size: 76%; background: #eee; margin: 20px; padding: 0; } How far off am I? I'm guessing way out there somewhere. lol |
Re: Align Categories Top Left
I still can't find what's controlling this. I found every thing else in the category boxes but can't figure out how to move the links.
If someone could help me figure this out, I'd really appreciate it. I'm stuck. skin1/corners/styles.css Code:
body { font-family: arial; font-size: 76%; background: #eee; margin: 20px; padding: 0; } skin1/customer/dialog.tpl Code:
{if $usertype eq "A" || ($usertype eq "P" && $active_modules.Simple_Mode ne "")} skin1/customer/menu_dialog.tpl Code:
{if $usertype eq "A" || ($usertype eq "P" && $active_modules.Simple_Mode ne "")} Thanks. |
Re: Align Categories Top Left
the list <ul> has padding and margin. Need to adjust it.
|
Re: Align Categories Top Left
Where do you see that?
|
Re: Align Categories Top Left
Im guessing it in the .tpl for he specific menus, but not sure without seeing the content of them.
if you notice {$content} in menu_dialog.tpl. That pulls in the specific content for each menu. So like for the categories you will have Code:
{capture name=menu} That is where the <ul> </ul> is coming from. |
Re: Align Categories Top Left
Well, here's my help.tpl
Code:
{* I can change the overall look and stuff in languages, but I can't figure out where the left padding is coming from. Can't use Webmaster, cause they're links. ](*,) |
Re: Align Categories Top Left
For CSS debug - you need to use Firebug. Webmaster tells you what templates, but Firebug tells you want css to use and where it is.
|
Re: Align Categories Top Left
I got firebug. But, when I edited the location it showed it didn't do anything. Let me try again and I'll put up a screen shot.
|
Re: Align Categories Top Left
Maybe others can easily help you with screen shots and code - but it is way easier to assist you if you post links. (Takes too long to go through code, and with screen shots - many of the responses you get will be speculative.)
|
Re: Align Categories Top Left
|
All times are GMT -8. The time now is 01:39 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.