Jump to content

Moving objects, help is needed + removing search box / slider not working


Recommended Posts

Hey. Can you help me to correctly move this object? (Take a look at attachments)

I need the contacts to be moved on the right side.

 

2nd problem, I unhooked quick search box from front office and my image slider stopped to work. As I hook search box back, it works again. Why's that?

 

Files that you might need:

CSS for Call-us option

 

.call-us {
float: right;
width: 300px;
height: 37px;
text-align: right;
background: url("http://www.balticauto.lv/img/bracket.png") no-repeat 197px 0;
color: #788188;
font-size: 12px;
margin-right: 7px;
}

.call-us b {
color: #228ebb;
font-weight: 700;
}

.call-us span{
float:left;
margin:10px 0 0 6px;
padding:0 3px 0 0;
font-weight:700
}

.call-us strong {
float: right;
clear: right;
font-size: 18px;
color: #2c343b;
width: 92px;
line-height: 1;
}

 

Header.tpl

<div>
						<div class="container">
							<div class="row">
						
								<div id="header_logo">
								
									<a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">
										<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/> 	
										<div class="call-us">
										
				<span>Ir jautājumi? Zvaniet mums! <b> +371</b></span>
				<strong>22 33 0444</strong>
				<strong>22 33 0445</strong>
			</div>
<!-- / Call us -->
									</a>
									<!-- Call us -->

								</div>

post-781564-0-49071200-1396906434_thumb.png

post-781564-0-19768300-1396906436_thumb.png

Link to comment
Share on other sites

×
×
  • Create New...