Jump to content
  • 0

Question

Posted

Salut!

Am o problema cu font-size..

Am adaugat o descriere in footer, si am dat font-size si nu merge. Adica inloc sa se mareasca se muta in jos sau sut ca margin-top..

Cum rezolv?

4 answers to this question

Recommended Posts

  • 1
Posted (edited)
11 minutes ago, DeNyS. said:

Arata-ne codul. Incearca sa adaugi : 


.clasa-ta {
	font-size: 12px !important;
}

12px = cat vrei tu.

 

am pus si totusi nu merge..

asta este codul din footer

Spoiler

 <div class="master1">
 
              <div class='and'>
                  <div class='nem1'>
                
<a href="" data-ipshover="" data-ipshover-target="" title="Go to Andreea ))'s profile" class="ipsType_break" id="ips_uid_9195_3"><span style="color:#FF0033;font-weight:bold; text-shadow: 1px 1px 1px black;"> <i class="fa fa-buysellads" style="margin-right:3px;"></i>Andreea ))</span></a>	
          
                  </div>
         <div class='av'>
	<a href="" data-ipshover="" data-ipshover-target="" class="ipsUserPhoto ipsUserPhoto_small" title="Go to Andreea ))'s profile">
		
         <img src="http://i.imgur.com/mWz5AvU.gif" alt="Andreea ))" itemprop="image">
      
          </a>
                 </div>
		<div>
			<h3 class="ipsType_sectionHead">	
             
                </h3>
			<p class="ipsType_reset ipsType_normal ipsType_light">
              <div class='term'>
						HTML/CSS
          </div>
			</p>
				<br>
                  <div class='virt'>
			<a href="" data-ipsdialog-flashmessage="Message Sent."><i class="fa fa-commenting"></i> </a>
		</div>
                 </div>
	</div>
      
      <div class='and1'>
        <div class='nem11'>
<a href="" data-ipshover="" data-ipshover-target="" title="Go to Parintele.Ion's profile" class="ipsType_break"><span style="color:#00BFFF;font-weight:bold; text-shadow: 1px 1px 1px black;"> <i class="fa fa-foursquare" style="margin-right:3px;"></i></span></a>	
              </div>
         <div class='av1'>
	<a href="" data-ipshover="" data-ipshover-target="" class="ipsUserPhoto ipsUserPhoto_small" title="Go to Parintele.Ion's profile">
	<img src="http://i.imgur.com/ktv2NmS.gif" alt="" itemprop="image">
      
          </a>
                 </div>
		<div>
			<h3 class="ipsType_sectionHead">	
              
                </h3>
			<p class="ipsType_reset ipsType_normal ipsType_light">
              <div class='term1'>
						We Are The Best !
          </div>
			</p>
				<br>
                 <div class='virt1'>
			<a href="" data-ipsdialog="" data-ipsdialog-title="Compose New" data-ipsdialog-forcereload="" data-ipsdialog-remotesubmit="" data-ipsdialog-flashmessage="Message Sent."><i class="fa fa-commenting"></i></a>
		</div>
                 </div>
	</div>
 <div class='and2'>
   <div class='nem12'>

			<a href="" data-ipshover="" data-ipshover-target="" title="Mergi la profilul lui Alexandra )) " class="ipsType_break" id="ips_uid_4720_2"><span style="color:#FF0033;font-weight:bold; text-shadow: 1px 1px 1px black;"> <i class="fa fa-buysellads" style="margin-right:3px;"></i>Alexandra ))</span></a>
                
                  </div>
         <div class='av2'>
	<a href="" data-ipshover="" data-ipshover-target="" class="ipsUserPhoto ipsUserPhoto_small" title="Go to Carlsberg.'s profile">
		<img src="http://i.imgur.com/3nRDx7X.png" alt="Carlsberg." itemprop="image">
      
          </a>
                 </div>
		<div>
			<h3 class="ipsType_sectionHead">	
              
                </h3>
			<p class="ipsType_reset ipsType_normal ipsType_light">
              <div class='term2'>
						Don't be the same!, Be Better!
          </div>
			</p>
				<br>
                 <div class='virt2'>
			<a href="" data-ipsdialog="" data-ipsdialog-title="Compose New" data-ipsdialog-forcereload="" data-ipsdialog-remotesubmit="" data-ipsdialog-flashmessage="Message Sent."><i class="fa fa-commenting"></i></a>
		</div>
                 </div>
	</div>

<div class="dessc21">
          <center>
         Pentru a obține trebuie să muncești, pentru a munci, trebuie sa ai putere !
          </center>
        </div>

               </div>
<div class='ipsPos_left'>
{{if ( \IPS\Settings::i()->site_online || \IPS\Member::loggedIn()->group['g_access_offline'] ) and ( \IPS\Dispatcher::i()->application instanceof \IPS\Application AND \IPS\Dispatcher::i()->application->canAccess() )}}
<ul class='ipsList_inline' id="elFooterLinks">

	{{$languages = \IPS\Lang::getEnabledLanguages();}}
	{{if count( $languages ) > 1}}
		<li>
			<a href='#elNavLang_menu' id='elNavLang' data-ipsMenu data-ipsMenu-above>{lang='language'} <i class='fa fa-caret-down'></i></a>
			<ul id='elNavLang_menu' class='ipsMenu ipsMenu_selectable ipsHide'>
			{{foreach $languages as $id => $lang }}
				<li class='ipsMenu_item{{if \IPS\Member::loggedIn()->language()->id == $id || ( $lang->default && \IPS\Member::loggedIn()->language === 0 )}} ipsMenu_itemChecked{{endif}}'>
					<form action="{url="app=core&module=system&controller=language" noprotocol="true" csrf="true" seoTemplate="language"}" method="post">
					<button type='submit' name='id' value='{$id}' class='ipsButton ipsButton_link'>{{if $lang->get__icon()}}<i class='{$lang->get__icon()}'></i> {{endif}}{$lang->title} {{if $lang->default}}{lang="default"}{{endif}}</button>
					</form>
				</li>
			{{endforeach}}
			</ul>
		</li>
	{{endif}}
	{{$themes = \IPS\Theme::getThemesWithAccessPermission();}}
	{{if count ( $themes ) > 1 }}
		<li>
			<a href='#elNavTheme_menu' id='elNavTheme' data-ipsMenu data-ipsMenu-above>{lang='skin'} <i class='fa fa-caret-down'></i></a>
			<ul id='elNavTheme_menu' class='ipsMenu ipsMenu_selectable ipsHide'>
			{{foreach $themes as $id => $set }}
				{{if $set->canAccess()}}
					<li class='ipsMenu_item{{if \IPS\Theme::i()->id == $id}} ipsMenu_itemChecked{{endif}}'>
						<form action="{url="app=core&module=system&controller=theme" noprotocol="true" csrf="true" seoTemplate="theme"}" method="post">
						<button type='submit' name='id' value='{$id}' class='ipsButton ipsButton_link'>{lang="$set->_title"} {{if $set->is_default}}{lang="default"}{{endif}}</button>
						</form>
					</li>
				{{endif}}
			{{endforeach}}
			</ul>
		</li>
	{{endif}}
	{{if \IPS\Settings::i()->privacy_type != "none"}}
		<li><a href='{{if \IPS\Settings::i()->privacy_type == "internal"}}{url="app=core&module=system&controller=privacy" seoTemplate="privacy"}{{else}}{setting="privacy_link"}{{endif}}'>{lang="privacy"}</a></li>
	{{endif}}
	{{if \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'contact' ) ) and !( \IPS\Dispatcher::i()->application->directory == 'core' and \IPS\Dispatcher::i()->module and \IPS\Dispatcher::i()->module->key == 'contact' )}}
		<li><a href='{url="app=core&module=contact&controller=contact" seoTemplate="contact"}' data-ipsdialog data-ipsDialog-remoteSubmit data-ipsDialog-flashMessage='{lang="contact_sent_blurb"}' data-ipsdialog-title="{lang="contact"}">{lang='contact'}</a></li>
	{{endif}}
</ul>
{{if \IPS\Dispatcher::i()->application instanceof \IPS\Application AND \IPS\Dispatcher::i()->application->canManageWidgets()}}
	<button type='button' id='elWidgetControls' data-action='openSidebar' data-ipsTooltip title='{lang="manage_blocks"}' class='ipsButton ipsButton_primary ipsButton_narrow'><i class='fa fa-chevron-right'></i></button>
{{endif}}
{{endif}}
</div>
<div class='pnx1'>
  <span style='    color: #666767;
    float: right;
    margin-right: 10px; line-height: 36px;'><i class="fa fa-copyright"></i> anarqia</span> </span>
</div>

 

 

Edited by gadeas
Adaugat spoiler
  • 0
Posted
13 minutes ago, DeNyS. said:

Fi mai explicit. Nu s-a inteles nimic din ce ai zis. Lasa-me si forumu' sau ce ai.

vreau sa maresc un fa fa icon , cind dau font-size nu se mareste, dar se muta in jos in sus

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.