2 little questions

Hello,

I have 2 question.
1: for contact block info. I want to remove the 2 little line under the text.
for better understend: http://pasteboard.co/r1axLlikc.jpg

2: For contact form7 field. I have add one line with 3 colum. But i don't know how i can make the width the same for all 3. For 1 column the width it's the same, for 2 colum also are the same.

for better understend: http://pasteboard.co/r1d8kpTHq.jpg

Many regards.

Comments

  • Hi,

    1. To remove those lines, please use:
    .get_in_touch ul li::after { display: none !important; }
    2. You need to put each item into right column shortcode (in this case each should be in 1/3 so total would be 1/1). All Column shortcodes, you can find on http://themes.muffingroup.com/be/theme/shortcodes/typography/#columns
  • Hello,

    For 1 it's work perfect!

    for 2, i speack about the contact form 7. 
    Right now i have this code:

    <div class="column three-second">[select person "One way" "Return"] </div>
    <div class="column three-second">[select* places "Number Passengers" "1" "2""3""4""5""6""7""8" ] </div>
    <div class="column three-second">[select* places "Vehicle Type" "Saloon Car""Estate Car""Executive Car""8 Seater Minibus" ] </div>

    But that's not work.
    Please let me know if you understend
  • edited January 2017
    2. Yes, we know what are you talking about and if you look on above code, you will see it's wrong. three-second? We really wonder where from did you get it because it doesn't come with the theme and we are 100% sure about this. All included columns you can find in the link we gave you above.
  • Ah OK, So, if i understend that can't be done. 

  • No, you do not understand. As we said, it is possible but you need to put fields into right columns. So or you need to use column shortcodes we mentioned above instead of html tags or if you prefer to use html, you should replace existing three-second (completely don't know where from you get it) classes with one-third classes.
  • Ah, ok.

    Sorry, i will try and i will let you know.
    Many thank for tour explications
  • Hello,

    I confirm that now it's work perfect!
    Many thank's for all your help.
  • edited January 2017
    You are welcome!
Sign In or Register to comment.