Jump to content

Change logo and menu positions.


Recommended Posts

Hello,

I just bought a template from Templatemela and just wanted to do a change,

here is the website:

https://anticlicolibris.ro/

 

I want to change the position of the logo to be in the left (where the menu is now) and the menu to be in the middle (where the logo is now).

I did it with CSS but in different resolution shows in different positions(it is not responsive)

i tried to search for the code just to simply change order but in header.tpl it does nothing, even if i delete the whole code it displays the website just fine.

 

Can you please help me with advice?

 

Thank you!

Link to comment
Share on other sites

Ok, i solve the refresh issue, i just not had the recompile setting to on, but still, the code just shows:

<div class="header-container">
				<header id="header">
					{capture name='displayBanner'}{hook h='displayBanner'}{/capture}
					{if $smarty.capture.displayBanner}
						<div class="banner">
							<div class="container">
								<div class="row">
									{$smarty.capture.displayBanner}
								</div>
							</div>
						</div>
					{/if}
					{capture name='displayNav'}{hook h='displayNav'}{/capture}
					<div class="nav">                       
                                <nav>
                                    <div id="header_logo">
                                        <a href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{$shop_name|escape:'html':'UTF-8'}">
                                            <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/>
                                        </a>
                                    </div>
                                    {$smarty.capture.displayNav}
                                </nav>                           
                    </div>
					 
					<div class="headerdiv">
						<div class="container">
							<div class="row">
								{if isset($HOOK_TOP)}{$HOOK_TOP}{/if}
							</div>
						</div>
					</div>
				</header>

If i remove the header it removes both the logo and the menu.

Edited by kmykze_emil (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...