Can’t get button on the same line as the header
Hi,
This is probably an easy one. Im using the vantage theme with the ultra skype button plugin. How do I get the skype button to be next to the Skype Me header on this page
http://www.aimlesswanderer.net/contact/?preview=true&preview_id=34&preview_nonce=1270784806
I currently have this code
<h2>Skype Me [ultra_skype" btn_type="call" btn_id="2" user="theme.ultra"]</h2> Find me on Skype: marctjason
in a visual editor
thanks
URL: http://www.aimlesswanderer.net/contact/?preview=true&preview_id=34&preview_nonce=1270784806
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
8Hi Marc
The widget markup could look something like this:
At Appearance > Custom CSS you can target it as follows:
.sidebar-skype h2 { display: inline-block; } .sidebar-skype .ultra_skype_button { display: inline-block; }Hope that helps.
Hi Andrew,
Thanks for your help. I tried that but it did not work.
I assume I did the right thing.
On my contact page. I click to edit the visual editor and go to the text version.
I put in the code above
I then go to appearance Then Custom CSS
I pasted in the code above
.sidebar-skype h2 { display: inline-block; } .sidebar-skype .ultra_skype_button { display: inline-block; }Is that correct?
Thanks
oh and i clicked on save css
WordPress is inserting an empty paragraph after the h2. Try putting the shortcode on the same line as the h2 after the h2 closing tag.
Like this?
I tried that and it didnt work
Cool, let’s just inline the paragraph then:
.sidebar-skype p { display: inline-block; }Add the above to Custom CSS.
perfect!! thanks so much
For sure :) Glad we could help.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.