New Landing How can we help? Themeforest Theme Support Joyn Postion Value Ignored

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

    I’m trying to get a custom HTML div to sit in the bottom right of the container. Below is the CSS. I had to remove the position values so you can see the DIV online.

    Not sure what’s going on.

    Much appreciated in advance.

    Cheers,

    .case_study_right{
    padding-left: 60px!important;
    position:relative!important;

    }

    #case_study_view_project {
    height: 72px;
    width: 172px;
    border: thin solid #aeaeae;
    margin-right:60px;
    margin-bottom:60px;
    font-family: pt-serif;
    font-size: 24px;
    line-height:72px;
    font-style: italic;
    font-weight: 400;
    color: #AEAEAE;
    text-decoration: none;
    border-color: #AEAEAE;
    background-color: #FFFFFF;
    display: table-cell;
    cursor: pointer;
    text-align: center;
    float:right;
    clear:both;
    position:absolute!important;

    }

    #205308
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Your method wouldn’t work, the button is nested inside 5 divs after the .case_study_right div

    – Kyle

    #205464
    barefootMarc
    Member
    Post count: 174

    IS there anyway to position that box where I want using the current theme?

    I’ve tried dropping it in the row which contains both columns, and giving it a -margin value to pull it up, but its hidden behind the column. Even when i get rid of the columns bg color.

    -M

    Attachments:
    You must be logged in to view attached files.
    #205994
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you provide an indication of what you are trying to do? Not obvious from what I can see so far.

    – Ed

    #206249
    barefootMarc
    Member
    Post count: 174

    Here’s a screen grab.

    Attachments:
    You must be logged in to view attached files.
    #206252
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add a blank spacer above the button

    – Kyle

    #206284
    barefootMarc
    Member
    Post count: 174

    Blank spacer wont work, because as the page shrinks in size it throws off the design.

    Attachments:
    You must be logged in to view attached files.
    #206559
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #case_study_view_project{
    margin-top:50px !important;
    }

    Thanks
    Mohammad

    #206790
    barefootMarc
    Member
    Post count: 174

    Still have the same problem.

    I could do it with the custom HTML, but It needs to be editable for the client. Custom HTML is a little too advanced for them.

    -M

    Attachments:
    You must be logged in to view attached files.
    #206803
    barefootMarc
    Member
    Post count: 174

    Figured it out.
    So the containing row is relative, and the btn is absolute.

    #case_study_view_project {

    height: 72px;
    width: 172px;
    border: thin solid #aeaeae;

    font-family: pt-serif;
    font-size: 24px;
    line-height:72px;
    font-style: italic;
    font-weight: 400;
    color: #AEAEAE;
    text-decoration: none;
    border-color: #AEAEAE;
    background-color: #FFFFFF;
    display: table-cell;
    cursor: pointer;
    text-align: center;
    float:right;
    clear:both;

    }

    .relative{
    position:relative;
    }

    .absolute{
    position:absolute;
    right:60px;
    bottom:60px;
    }

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

    Great. Glad you sorted it.
    -Rui

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

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

License required for the following item
Login and Registration Log in · Register