Jump to content

Moving left column up after removing title bar


jerseyjoe

Recommended Posts

Please see:

http://www.winterbottomsantiques.com/index.php

I've removed the title bar graphic. If you roll your cursor over what appears to be an empty space above the first item in the list (home page) you will highlight - and thus reveal - that the phrase "Shop by Category" is still there.

I know how to remove the phrase - but what I really need to do is remove the space where the phrase appears so the Home Page links will move up in its place and be level with the center column.

How to do, please?

BTW, the expanding menu uses the excellent Advanced Category mod available on cubecart.org.

TIA

Link to comment
Share on other sites

In boxes/categories.tpl, comment out the box title division like this:

<!--<div class="boxTitleLeft">{LANG_CATEGORY_TITLE}</div>-->

Done :(

If you'd like to move it up a bit, add a negative margin value to the division containing the catTree class like this:

<div class="catTree" style="margin-top: -3px;">

Adjusting the value 3 to whatever is desired.

BTW, man that menu looks, er, "funny" to be polite, in such large font :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...