x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
Custom section | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||
|
HTML |
---|
<style>
@media only screen and (min-device-width : 320px) and (max-device-width : 1000px) {
.mentor-text-container {
padding: 20px 0 0 0 !important;
}
.custom-column-container:nth-child(4) {
margin-top: 20px !important;
margin-left: 0 !important;
}
}
</style>
<script>
$('.my-title')[0].remove();
$('#mentor-strengths')[0].remove();
$('.my-title')[0].innerHTML = " ";
AJS.toInit(function(){
document.getElementById('mentor-tagline').innerHTML = document.getElementById('mentor-tagline').innerHTML.substring(2).substring(0,document.getElementById('mentor-tagline').innerHTML.length-4);
document.getElementById('profile_header_text').innerHTML = document.getElementById('mentor-name').innerHTML;
$('.my-title')[0].innerHTML = "About " + document.getElementById('mentor-name').innerHTML.toString();
});
</script> |
...
OneValley