Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • seaneo Friend
    #1037366
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1037408

    Hi
    Add below code in custom.css

    .t3-mainnav {
        border-bottom: none!important;
        border-top: none!important;}
    .t3-mainnav > .container {
        border-bottom: 1px solid #e5e5e5;
        border-top: 2px solid #111111;
    }

    Regards

    seaneo Friend
    #1037429
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1037482

    Hi
    You added too much wrong syntax in custom.css
    kindly check the codes i shared and only add the code as i suggested, do not paste the full reply .

    I added correct code for your custom.css.

    Remove all the codes in custom.css and paste only below code

    
    .header-right .calendar{display:none!important} .navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav > li > .separator{font-size:13px} .navbar-default .navbar-nav > li > a{text-transform:inherit!important;font-family:Century-schoolbook!important} .top-left .t3-topnav{display:flex}.top-right{display:flex} .t3-topbar .top-right{z-index:5;position:relative;float:right} 
     .t3-mainnav{border-bottom:none!important;border-top:none!important}.t3-mainnav > .container{border-bottom:1px solid #e5e5e5;border-top:2px solid #111111}

    Hope its clear now.

    seaneo Friend
    #1037496
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1037594

    Hi You are using custom html module in topbar that have different style and content. Try below code in custom.css

    
        .top-left .custom p {margin-top: 10px;}
    
    .top-right .custom p {margin-top: 5px;}
    

    I also suggest you upgrade the membership to the developer to get custom works helps. Such custom style falls in personal customisation and does not cover the support scope.

    Regards

    seaneo Friend
    #1037815
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1037933
    This reply has been marked as private.
    seaneo Friend
    #1038139
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1038143

    Hi
    Are you still facing issue in the alignment of header items?
    Please try the suggested code it should work on site.
    Rest to define different padding for each module in header.
    You can apply the code on P tag. If u got issue let me know. I will guide you.

    PS: inspect elements pretty cool and easy if u take a try☺ otherwise we are here to guide you.

    Regards

    seaneo Friend
    #1038152
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1038263

    Hi
    Kindly use the same code

    .top-right .custom p {margin-top: 5px;}

    In your code there is no dot before the starting of class.

    Regards

    seaneo Friend
    #1038374
    This reply has been marked as private.
Viewing 13 posts - 16 through 28 (of 28 total)

This topic contains 28 replies, has 2 voices, and was last updated by  seaneo 6 years, 11 months ago.

The topic ‘Main Menu, logo size/placement, & other above the fold questions -DESKTOP/TABLET’ is closed to new replies.