Social Header and Donate Button Styling

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support Social Header and Donate Button Styling

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #20192
    cwdeek
    Member

    Hello, I would really like to add a donate button and social icons to the top right hand side of the header with it centred on the mobile render. I have added the social and button widget in the header widget which has placed it behind the menu as per my image attached.

    #20206
    Veena
    Moderator

    Can you pls share a link to your site?

    #20208
    cwdeek
    Member
    #20227
    Veena
    Moderator

    Have you removed the button and social icons?
    Can you pls add the same and then we will be able to suggest the required custom CSS .

    #20228
    cwdeek
    Member

    Hi, i’ve made the changes, please look now. Thanks

    #20248
    Veena
    Moderator

    You can try the below custom CSS in themeoptions –

    #header .wrap .alignright {
        float: none;
    }
    #sidebar-header .button {
        right: 0px;
        top: 30px;
    }
    #sidebar-header .social-list {
        right: 150px;
    }
    @media only screen and (max-width: 767px){
    #sidebar-header .button {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 150px;
        top: 0;
    }}
    @media only screen and (min-width:767px) and (max-width: 1100px) {
    #sidebar-header {
        float: none;
    }
    }
    
    #20249
    cwdeek
    Member

    That’s perfect, thanks so much 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Social Header and Donate Button Styling’ is closed to new replies.