Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1157959

    Hello,
    Is there the way to change size for this element?
    <input type=”submit” value=”” id=”searchsubmit” class=”button avia-font-entypo-fontello”>
    Thanks so mutch

    #1159157

    Hey sacha,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1159160

    Hello,
    Yes, Sure in private…

    #1160184

    Hi,

    Thank you for the info.

    You can increase the width of the submit button but not its height, at least not without adjusting the height of the actual search field.

    #top #searchsubmit, .ajax_load {
    	width: 80px;
    	height: 100%;
    	line-height: 40px;
    	min-width: 40px;
    }
    

    If you want to increase the size of the actual search field, add this:

    #top #s {
    	width: 100%;
    	position: relative;
    	padding: 11px 47px 11px 5px;
    	z-index: 1;
    	margin: 0;
    	box-shadow: none;
    	height: 80px;
    }

    Please don’t forget to toggle the Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.