Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Main menu – iPhone slider – font icon on buttons › Reply To: Main menu – iPhone slider – font icon on buttons
December 16, 2013 at 12:52 pm
#3409
Nexus
Moderator
For the first two issues, please put the following code into custom css of theme options
@media only screen and (max-width: 1024px){ #site-logo, #primary-menu { float: left; } } @media only screen and (max-width: 767px){ .smartphone-slider, .iphone-slider-container { margin-top: 0 !important; } }
For inserting icon font into a button use the following code and change the icon class to your liking
Test Button