Hi,

I would like the menu to be all on 1 line, not 2 lines like it is now. Is there a way to make the padding between items in the navigation tighter? Or can I make the navigation area a little wider? I tried editing the css but it didn't do anything.

Also how do I remove this message from the bottom of the contact page:
Always here to help you
Write a Message

I have added a custom contact form to the page and I've looked all throughout the contact and menu item to find this text but I can't find it.

Thanks for the help! 🙂

    lacali21 Hi

    With the menu, I just edited the mainnav block on your site a bit by increasing the space for the mainnav and reduce the space of the logo:

    About Email Request page, it has menu item type of Contacts >> Single Contact so in the main content part, it will show the contact info. In this case, you want to remove it and use the custom form only, you can switch to use Home layout instead of the Default layout.

    I just assigned this menu item to Home template style, kindly check:

    Thank you for the help with the menu. That looks great. 🙂

    For the Contact page. I want to have the contact info in there - phone, email, address - but I want the text Always here to help you & Write a Message removed. Where is this text located? It's not in the single contact or a module that I can find.

    Take care,

    Tristina

    Hi Tristina,

    It's declared in this file:

    /templates/ja_vitality/html/com_contact/contact/default.php

    <div class="title-lead">
    <?php echo '<h2>' . Text::_('TPL_CONTACT_TITLE_FORM') . '</h2>'; ?>
    <?php echo '<p>' . Text::_('TPL_CONTACT_DESC_FORM') . '</p>'; ?>
    </div>

    You can remove this code or override above language constants.

    Regards

    5 days later
    Write a Reply...
    You need to Login to view replies.