Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Saguaros Moderator
    #1085295

    Hi,

    In Uber template, we use JA ACM module type of header to show the main menu, you can open the file: /acm/header/tmpl/style-2.php

    Look for this line of code:

    <header id ="uber-header-<?php echo $module->id; ?>" class="wrap uber-header header-2 <?php echo $headerBackground; ?>">

    and add a class called container

    <header id ="uber-header-<?php echo $module->id; ?>" class="wrap uber-header header-2 <?php echo $headerBackground; ?> container">
    trevorellis Friend
    #1085818

    Many thanks, I have now realised that choosing full-width "no" within the ACM module adds the container class. I would not have found this without your help. Please mark as solved.

    Saguaros Moderator
    #1085854

    Great to hear that!

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 6 years, 3 months ago.

The topic ‘Centre Menu items’ is closed to new replies.