Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #252195
    Anonymous

    hi guys,
    one can form the greater decrease in contact without which the fields are then next to each other?
    At 50% yes I have 2 fields side by side.
    Would be happy to have to name 60% including e-mail with 60% and below 80% message.
    Can you adjust it is the font color darker or shown in black in the contact fields?

    Thank you

    Dom

    #252454

    Hi Dominik!

    Thank you for using the theme!

    I’m sorry but I’m not sure what it is you’re trying to do. If you increase the field width to 50%, the second field will go at the bottom. If you don’t mind, please post a screenshot and the link to the website.

    Cheers!
    Ismael

    #252684
    Anonymous
    This reply has been marked as private.
    #254009

    Hey!

    Try adding this code to the Quick CSS:

    .text_input {
        width: 80% !important;
    }

    Regarding the icons, you can use a Icon List element for that.

    Cheers! 
    Josue

    #254687
    Anonymous
    This reply has been marked as private.
    #254746

    Hey!

    I’m referring to this element:

    Regards,
    Josue

    #254817
    Anonymous
    This reply has been marked as private.
    #255168

    Hey!

    Try adding this code to the Quick CSS:

    .av_font_icon {
        margin-right: 20px;
    }

    Cheers! 
    Josue

    #255392
    Anonymous
    This reply has been marked as private.
    #255570

    Hi!

    Thank you for the update.

    I’m sorry but what do you mean by “collection is the same” ? I noticed that you separated the text from the icon. On the icon list element, you can add a title. Use that option to align the icons without modifications. After that, you can properly adjust the space between the icon list items with this on Quick CSS:

    #text-3 span.av_font_icon {
    margin-bottom: 10px;
    }

    Best regards,
    Ismael

    #255670
    Anonymous

    By that I mean that I want to have it exactly as in the example medienvirus.de.
    About Icon List there I have not only the pure icon but also a circle around the icon and it’s way too big.
    How do I get the icons as small?

    greeting

    #255706

    Hi!

    You’d need to refactor your code in order to get it working as you want:

    <ul class='icons_footer'>
    	<li>[av_font_icon icon='ue80a' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]Eva Fredmüller</li>
    	<li>[av_font_icon icon='ue840' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]Felleartig</li>
    	<li>[av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]Feldstr.1, 45559 Stadt</li>
    	<li>[av_font_icon icon='ue8ac' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]0170 / 11 111 11</li>
    	<li>[av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon] (Email address hidden if logged out) </li>
    	<li>[av_font_icon icon='ue8b1' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]felleartig.de</li>
    </ul>

    Then, add this to the Quick CSS:

    .icons_footer li {
        margin-bottom: 10px;
    }
    .icons_footer span{
        margin-right: 6px;
        min-width: 20px;
        text-align: center;
    }

    Result:

    Best regards,
    Josue

    #255742
    Anonymous
    This reply has been marked as private.
    #255752

    Hi!

    I guess you are referring to the one that says ‘Feldstr.1…’, i updated the code now:

    <ul class='icons_footer'>
    	<li>[av_font_icon icon='ue80a' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]Eva Fredmüller</li>
    	<li>[av_font_icon icon='ue840' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]Felleartig</li>
    	<li>[av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]Haagerfeld 1, 45479 Mülheim</li>
    	<li>[av_font_icon icon='ue8ac' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]0170 / 11 111 11</li>
    	<li>[av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon] (Email address hidden if logged out) </li>
    	<li>[av_font_icon icon='ue8b1' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]felleartig.de</li>
    </ul>

    Note that the text is there, you can still edit it without breaking the code.

    Best regards,
    Josue

    #255816
    Anonymous
    This reply has been marked as private.
    #255825
    Anonymous
    This reply has been marked as private.
    #255843

    Hey!

    Wrap the multiline text in a div (with a class of multiline), put br tags when needed:

    Then add this to the Quick CSS:

    div.multiline {
        float: left;
    }
    .icons_footer li {
        overflow: hidden;
    }
    

    Result:

    Regards,
    Josue

    #255863
    Anonymous

    I’m sorry but you can send me the code?
    When I type it looks it still does not look like like you.
    And just as you have it I want it too.

    #255925

    Hi!

    Try with this:

    <ul class='icons_footer'>
    	<li>[av_font_icon icon='ue80a' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]Eva Fredmüller</li>
    	<li>[av_font_icon icon='ue840' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]Felleartig</li>
    	<li>[av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]<div class='multiline'>Hunde- & Katzensalon <br> “pfotentreff” <br> Haagerfeld 1, 45479 Mülheim</div></li>
    	<li>[av_font_icon icon='ue8ac' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]0170 / 11 111 11</li>
    	<li>[av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon] (Email address hidden if logged out) </li>
    	<li>[av_font_icon icon='ue8b1' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]felleartig.de</li>
    </ul>

    Cheers!
    Josue

    #255930
    Anonymous

    Thank you vermy much.

    can you tell how I can install links in the code?
    Address – link to http://goo.gl/z0cVXN
    E-Mail – link to http://www.felleartig.de/kontakt
    Website – link to http://www.felleartig.de

    the link should be behind the text.
    So if you are on the text link to the link is capitalized and do not have the icon.

    I hope you understand what I mean.

    many many thanks

    #255932

    Hi!

    You can use a tags to create links, it would be like:

    <ul class='icons_footer'>
    	<li>[av_font_icon icon='ue80a' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]Eva Fredmüller</li>
    	<li>[av_font_icon icon='ue840' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]Felleartig</li>
    	<li>[av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]<div class='multiline'><a href="http://goo.gl/z0cVXN" target="_blank">Hunde- & Katzensalon <br> “pfotentreff” <br> Haagerfeld 1, 45479 Mülheim</a></div></li>
    	<li>[av_font_icon icon='ue8ac' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]0170 / 11 111 11</li>
    	<li>[av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]<a href="http://www.felleartig.de/kontakt" target="_blank"> (Email address hidden if logged out) </a></li>
    	<li>[av_font_icon icon='ue8b1' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='14px' position='left'][/av_font_icon]<a href="http://www.felleartig.de/" target="_blank">felleartig.de</a></li>
    </ul>

    Regards,
    Josue

    #255936
    Anonymous

    you are the best.

    thank you

    #255944

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Help Contact form’ is closed to new replies.