download app button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24713
    markparish
    Member

    I went to add a “log-in” button next to the “download app” button on the header of the first page, but the additional buttons I would add would populate behind the “download app” button. I removed that original css code you wrote for the blue “download app” button, and just installed two button widgets as I couldn’t figure out how to add another button (I can’t code). But now, there is a huge lip that cuts off almost a quarter of my screen. It makes it to where you can’t see the whole screen when you scroll down. I can’t fix this, can you or can you restore the blue button that came with the theme and add a “Log in” button next to it?

    Thanks,

    Mark Parish

    http://www.helpfirst.com

    home page

    username: livemesh
    password: password
    email: livemesh.themes@gmail.com

    #24716
    Veena
    Moderator

    Can you pls try this in the header area – text widget –

    
    <div id="first-button" class="log-in_button">
    <div class="button-wrap button_2" style="text-align:center;float:center;"><a class="button  default small" href="http://targeturl.com" target="_blank">Log In</a></div></div>
    
    <div  id="second-button" class="button-wrap button_2" style="text-align:center;float:center;"><a class="button   default small" background-color:#02baf2; border-color:#02baf2;" href="#" target="_self">Buy App</a></div>
    

    And have this custom CSS in themeoptions –

    #first-button {
        right: 100px;
        width: 100%;
        position: absolute;
    }
    

    You can modify the custom CSS according to your requirement ..

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.