Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #302262

    Hi!

    Can anyone please tell me how to position text in enfold over background image so it looks like this :

    page itself is at:

    http://dali-estate.ru/

    I created color section with background image but cannot position text right around bulletpoints

    #302291

    Privyet Igor!

    Seems like you have already figured it out – http://i.imgur.com/M7UC1i9.png

    Cheers!
    Yigit

    #302292

    Hey Yigit!

    Its not my page its an example, do i need to use DIV?

    igor

    #302397

    Hey!

    You need to create that using html on a text block then add the appropriate css. This is the html structure that they use:

    <div id="work" class="bl">
    			<div class="bl_center">
    				<span class="title">Как мы работаем</span>
    				<div class="steps">
    					<div class="row r">
    						<span class="t1">Шаг 1</span>
    						<span class="t2">
    							Вы оставляете заявку на нашем <br>сайте. Мы подбираем для Вас <br>подходящие варианты
    						</span>
    					</div>
    					<div class="row l">
    						<span class="t1">Шаг 2</span>
    						<span class="t2">
    							Мы организуем просмотр <br>недвижимости в Испании
    						</span>
    					</div>
    					<div class="row r">
    						<span class="t1">Шаг 3</span>
    						<span class="t2">
    							Вы выбираете понравившийся <br>вариант и заключаете контракт с<br> застройщиком
    						</span>
    					</div>
    					<div class="row l">
    						<span class="t1">Шаг 4</span>
    						<span class="t2">
    							Мы оформляем все необходимые<br> документы для сопровождения <br>сделки и государственной <br> регистрации
    						</span>
    					</div>
    				</div>
    				<span class="family"><img src="img/family.jpg" alt="" title=""></span>
    			</div>
    		</div>

    Cheers!
    Ismael

    #302967

    Hi Yigit!

    How do I add the appropriate css? And where?

    Igor

    #303562

    Hi Igor!

    You’d need to craft the appropriate CSS, the code should be put in Quick CSS.

    As an alternative, you can try using LayerSlider which lets build something like that in a easier to use, drag and drop interface.

    Best regards,
    Josue

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