Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1013980

    Hi
    You can publish banner module into header-1 position. In demo site, we published Trending-Topics at this place.
    Regards

    luc62ltt Friend
    #1014049

    Hi Pankaj, I’ve putted yet the banner but the problem is the daydate in the right. I want, if it is possible, to disable the daydate view and have all the width for my banner. Pls see the image attached. Thanks


    1. header
    Pankaj Sharma Moderator
    #1014058

    Hi
    Add below code in custom.css file

    
    .header-right-inner .calendar {
     display: none!important;
    }

    It will hide the calendar from site.

    Regards

    luc62ltt Friend
    #1014063

    Thanks a lot!! It works perfectly. If is it possible, I have other 2 questions:

    1 Is it possible to disable the borderline view?

    if yes,

    2 is it possible to move left the header position and enlarge? I need to move about 40 pixels left to fit well my new banner

    that’s all! I promise! 🙂 see the image attached please

    Thanks a lot again

    L.


    1. header_adv
    Pankaj Sharma Moderator
    #1014095

    Hi
    Add below code in custom.css file to remove the shadow

    .header-right .header-right-inner {
    
        box-shadow: none; }

    In header the position is logo and header-right.
    Logo used col-md-5 and head right col-md-7
    Open tpls/blocks/header.php file.
    Yu can change the value as per needs. Make sure total grid would be 12.
    If logo use col-md-3 then head right is col-md-9

    Regards

    gemac Friend
    #1026010

    Thx. I had the same problem and is solved now.

    Regards

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

This topic contains 6 replies, has 3 voices, and was last updated by  gemac 7 years ago.

The topic ‘header-1 and daydate’ is closed to new replies.