Skip Navigation

[Resolved] Align image and button horizontally

This thread is resolved. Here is a description of the problem and solution.

Problem:

Tell us what you are trying to do? I want image on right to align in center vertically with button on right. The label logo on left should be centered with Artist Website button on right.

Solution:

I suggest you try to add some CSS to the DIV tag of "Artist Website" button, for example:

margin-top: 30px;

See screenshot margin-top.JPG:

https://cdn.toolset.com/wp-content/uploads/2018/04/630771-margin_top.JPG

Relevant Documentation:

https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top

This support ticket is created 6 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 5 replies, has 2 voices.

Last updated by Luo Yang 6 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#630323

Tell us what you are trying to do? I want image on right to align in center vertically with button on right. The label logo on left should be centered with Artist Website button on right.

Topic says horizontal but I met vertical, sorry.

What is the link to your site?
hidden link

#630459

Hello,

It needs custom CSS codes, can you provide a image screenshot for what you are going to achieve, I need compare it with your existed web page, test and debug it in my Chrome browser.

Thanks

#630578
concordartistexample.jpg

Hi,

Here is a image of how I want it to look. The label logo on left should be centered on horizontal line with the Artist Website button on right.
Thanks

#630771
margin-top.JPG

I suggest you try to add some CSS to the DIV tag of "Artist Website" button, for example:

margin-top: 30px;

See screenshot margin-top.JPG

More help:
hidden link

#631090

Thanks!

#631237

You are welcome.