Add more space between question title and translation choice | XM Community
Skip to main content

Hello everyone, 

 

Wish you a happy new year!

 

I would like to know if there is any way I can space more the space between choice of language and question title please ? 

 

 

Here is the image : 

 


Hi @Tata C 

A quick resolutions to this can be adding a break <br/> just the above line from the start of question text in the HTML view 

 


@Tata C Above method will work only if you are doing it on single page. If you want to apply it across survey, simply add below CSS to your theme.

 

.Skin .LanguageSelectorContainer {

margin-bottom: 5px;

}

You can change 5px to something else based on your look-n-feel of the survey.

 

Thanks,

Jagdish

 


Hello @Umang Upadhyay thanks for your answer, yes I would like to apply this across the whole survey :)

 

@Jagdish thanks also for your answer I’ve tried to add the code but it doesn’t seem to work do you how can I do ? By the way I already have a code in CSS but I don’t think it’s problem here.  

 


If you’re using the simple layout, you’ll want to add this (replace 500px with your value):

.Skin .LanguageSelectorContainer, #language-selector-container { margin-bottom: 500px; }

 


Hello @vgayraud 

Thanks for your answer I’m using flat layout is that maybe the reason why the code doesn’t work ? 


Hi @Tata C ,

If you’re using the flat layout, the solution provided by @Jagdish should work. Do you have any other CSS or javascript in the questions themselves?


Yes, thank you guys @vgayraud @Jagdish it work really well thanks ! 

 


Leave a Reply