Help. I have a problem. How to fix it?
Hello
Help. I have a problem. How to fix it?
911.jpg
http://namore.biz/
********************************
So I see. The only other thing you can do is change your wording to a shorter word length or change the size of the text or place the second button under the first using some padding, like so...
change:
<a href="<?php echo CP_DASHBOARD_URL; ?>" class="mbtn btn_orange"><?php _e( 'Manage Ads', APP_TD ); ?></a> <a href="<?php echo CP_PROFILE_URL; ?>" class="mbtn btn_orange"><?php _e( 'Edit Profile', APP_TD ); ?></a>
to:
<a href="<?php echo CP_DASHBOARD_URL; ?>" class="mbtn btn_orange"><?php _e( 'Manage Ads', APP_TD ); ?></a>
<div class="pad10"></div>
<a href="<?php echo CP_PROFILE_URL; ?>" class="mbtn btn_orange"><?php _e( 'Edit Profile', APP_TD ); ?></a>
*******************************
Where to find this script? In a document to make changes?