New Landing How can we help? Themeforest Theme Support Joyn Widget Title bottom-border not displaying

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Joyn
  • #181896
    barefootMarc
    Member
    Post count: 174

    I’m trying to get a solid white line to display under the Widget title. and limit the copyright white bar to 935px oppose to spanning the whole width.

    .title-wrap {
    margin-bottom: 0px!important;
    border-bottom:2px!important;
    border-bottom-color:#ffffff;
    height: auto;
    overflow: hidden;
    }

    <hr>

    #copyright > .container{
    width: 935px!important;
    margin-left:auto;
    margin-right:auto;
    border-top-width: 1px;
    border-top-color: #ffffff;

    }

    I’ve included a screen shot of how I want it to look.

    Much appreciated

    -Marc

    Attachments:
    You must be logged in to view attached files.
    #182008
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    #footer-widgets .title-wrap {
      border-bottom: 1px solid #fff;
      height: 40px;
    }
    div#footer-widgets {
      border-bottom: 1px solid #fff;
    }
    

    -Rui

    #182523
    barefootMarc
    Member
    Post count: 174

    Worked like a charm thank you.

    How come you have to add div to #footer-widgets? I thought #footer would be enough to recognize it’s a div.

    #182536
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. It will also worked like you said.

    -Rui

    #182575
    barefootMarc
    Member
    Post count: 174

    There seems to be some padding on the widget underline. The div is 960px wide. I moded the code below, but it doesn’t seem to affect anything.

    Thoughts?

    div#footer-widgets {
    border-bottom: 1px solid #fff;
    width: 935px;
    }

    #182606
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #footer-widgets .title-wrap{
    margin-bottom:-10px !important;
    }

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register