Viewing 7 posts - 16 through 22 (of 22 total)
  • Posted in: Joyn
  • #272583
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Are you referring to the text or the topbar itself?

    -Kyle

    #272587
    jgiitalia
    Member
    Post count: 69
    This reply has been marked as private.
    #272604
    jgiitalia
    Member
    Post count: 69

    Maybe,
    for you It could be clearer if I write my actual CSS CUSTOM for my question to manage the width of TOP-BAR:
    .home .full-center #logo {
    max-width: 30%;
    }
    body[class*=”header-naked”] #top-bar {
    display: block!important;
    }
    .header-wrap[class*=”page-header-naked”] {
    top: 37px;
    }

    And How can I manage the (size, thickness, width), of the top-bar?

    #272614
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    #top-bar .container .tb-text {
      font-size: 14px;
    }
    #top-bar .tb-text > a, #top-bar nav .menu > li > a {
      font-size: 14px;
    }
    #top-bar.sticky-top-bar {
      padding: 5px 0;
    }

    – Kyle

    #272698
    jgiitalia
    Member
    Post count: 69

    then,
    1) #top-bar.sticky-top-bar {
    padding: 15px 0;
    }
    WORKS on 50%:
    eliminates image flowing from under the logo and main menu See Attach results.jpg:
    2) #top-bar .container .tb-text {
    font-size: 11px;
    }
    WORKS only for the left part (Contatti: 06 36001799 o [email protected]) the size of menu on the right do not change.
    See attach results.jpg.
    3)
    #top-bar .tb-text > a, #top-bar nav .menu > li > a {
    font-size: 24px;
    }
    Doesn’t work see the error in attach css_update.jpg

    thanks

    Attachments:
    You must be logged in to view attached files.
    #272968
    jgiitalia
    Member
    Post count: 69

    I tried so many times always with “red x” on custom css on left-side.
    Now another attempt and suddelnly… all OK no more red x.
    I saw that no one responded to my post and I thought, MUST WORK THEN, and it was true!
    WORKS!

    Thanks again Kyle ..

    vincenzo.

    #273253
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Kyle!
    – David.

Viewing 7 posts - 16 through 22 (of 22 total)

You must be logged in to reply to this topic.