How can I get the test to move to the right of his content modal icon and and also raise text a bit so it is in line with the middle of icon?

Hi @waynepatt58,
To achieve that, you can add he code below in your content modal element's css
$el {
float:left;
margin-right:10px;
}

For the alignment of text, you can try adjusting the line height of your text element.

Hope that helps
Thanks, I tried that but did not seem to work. Have left access details in secure note if you want to look.
Hey @waynepatt58,
I tried to access your admin area but it’s giving me an error, i tried with /wp-admin and also /wp-login.php but both gives me an error. Also please double check if the given credentials are correct.
In the mean time give your content modal element a class key-button and then add the following code in the Theme Options > CSS:
.key-button.x-anchor-toggle:after {
content: 'Map Key';
position: absolute;
left: 60px;
min-width: 100px;
top: 7px;
color: #000;
}
You can then remove your Map Key text element.
Thanks!
Many thanks Nabeel, that worked perfectly
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.