Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #944411

    Hi,

    You can provide the URL of your site here, I will help you to check that

    Regards

    juls_m Friend
    #944456
    This reply has been marked as private.
    Ninja Lead Moderator
    #944478

    Hi Giulia,

    The credential info is not working at front-end, please check it again.

    Regards


    1. Screen-Shot-2016-06-27-at-14.36.54
    juls_m Friend
    #944500

    Hello,

    Now the login credentials are working also at front-end.

    Ninja Lead Moderator
    #944529

    My solution below will help you out

    Open templates/uber/css/custom.css file and add new rule

    .uber-header.header-6 .logo {
        width: 100% !important;
        margin: auto !important;
        text-align: center !important;
    }
    .uber-header.header-6 .logo .logo-text {
        float: none !important;
    }
    juls_m Friend
    #944562

    Thank you very much! It works. It made the right menu moving a bit to the bottom and now it’s not entirely visible, but I think it’s not a big deal.

    Do you have any idea on how to recreate a right menu position moving it to the left?
    I would need to add social icons to the left side of the header.

    Many thanks.

    Ninja Lead Moderator
    #944755

    In this case, you can give me the screenshot and description of what are you trying? I will help you to check this

    juls_m Friend
    #944759

    Hello,

    I would like to add social links to the left side of the header, I tried and created an example image for you. Please find it attached.

    Many thanks!


    1. EXAMPLE
    Ninja Lead Moderator
    #945208

    If you want to add new position in header, you can do this way

    Open templates/uber/tpls/blocks/header.php file and add new script

    <?php if ($this->countModules('add-this')) : ?>
        <!-- Left module -->
        <div class="left-module <?php $this->_c('add-this') ?>">
            <jdoc:include type="modules" name="<?php $this->_p('add-this') ?>" style="raw" />
        </div>
        <!-- //Left module -->
    <?php endif ?>
    juls_m Friend
    #945746

    Thank you very much Ninja Lead!

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  juls_m 7 years, 9 months ago.

The topic ‘ACM header style 6 logo and navbar alignment’ is closed to new replies.