-
AuthorPosts
-
March 30, 2017 at 3:39 am #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
March 30, 2017 at 7:59 am #769319Hey FuzeCreative,
Please, to access the dashboard, I`ll need your website link.
Best regards,
John TorvikMarch 30, 2017 at 8:03 am #769321April 2, 2017 at 5:42 am #770496Hi 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,
RikardApril 2, 2017 at 10:40 am #770585Change 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…
April 4, 2017 at 5:53 pm #771887Hi,
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,
AndyApril 5, 2017 at 1:16 am #772110Hi
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
April 5, 2017 at 1:28 am #772113Hi
Don’t worry, I sorted out the problem by creating a custom class for box height and using:
.CustomHeight{ height: 200px !important; }
A
April 5, 2017 at 6:31 am #772225Hi A,
Glad that you fixed it. Thanks for using Enfold :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.