Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #769270

    Hi Folks!

    I have used the “Equal Height” Top Setting and it aligns the columns to the top. I want to get the 4 buttons in a row, the only way that I can think of doing this would be to set a height for the text area suing a custom class?

    I also need to change the top header on the home page to back, I have used CSS to achieve this, but it is overwritten by the glassy menu setting until the page scrolls.

    I have created a login for you so that you can see homepage – there is currently an under construction plugin being used.

    Cheers

    Andy

    #769319

    Hey FuzeCreative,

    Please, to access the dashboard, I`ll need your website link.

    Best regards,
    John Torvik

    #769321
    #770496

    Hi Andy,

    Thanks for the login details. I’m not sure I completely understand what changes you are looking to make, could you post a screenshot highlighting them please?

    Best regards,
    Rikard

    #770585

    Change top header to BLACK (#000000) and change column height that the four buttons under “what we do” are aligned, they are currently staggered, with the 1st and 4th buttons being higher than the 2nd and 3rd…

    #771887

    Hi,

    not sure which elements you’re referring to, but for your buttons the only solution which comes to my mind is to use individual “top” values for each button:

    .avia-button-wrap.avia-button-center.avia-builder-el-15.el_after_av_textblock.avia-builder-el-last {
    position: relative;
    top: 21px;
    }
    .avia-button-wrap.avia-button-center.avia-builder-el-19.el_after_av_textblock.avia-builder-el-last {
    position: relative;
    top: 21px;
    }
    .avia-button-wrap.avia-button-center.avia-builder-el-23.el_after_av_textblock.avia-builder-el-last {
    position: relative;
    top: 21px;
    }
    .avia-button-wrap.avia-button-center.avia-builder-el-27.el_after_av_textblock.avia-builder-el-last {
    position: relative;
    top: 21px;
    }

    Adjust every top value as needed.

    Best regards,
    Andy

    #772110

    Hi

    There’s seems to be a lot of unnecessary confusion to what should be a very simple fix – please see http://www.silhouettesystems.com.au/wp-content/uploads/2017/04/align_buttons.jpg for a pictorial description of what I am trying to achieve :)

    A

    #772113

    Hi

    Don’t worry, I sorted out the problem by creating a custom class for box height and using:

    .CustomHeight{
    height: 200px !important;
    }

    A

    #772225

    Hi A,

    Glad that you fixed it. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.