Résolu HOw to Adjust the height of the header ?

Discussion dans 'Résolu' créé par codered101, 10 Août 2016.

  1. codered101

    codered101 Membre

    Inscrit:
    30 Juillet 2016
    Messages:
    93
    J'aime reçus:
    5
    Points:
    713
    Adjusting the height of the header IN XenForo
    =
    Please tell me How i can Increase the height of the
    MAin Header ...
    I want to Increase it's SIze
    ==================================
    USING: Brivium Style : Titanium
    XFV: 1.5.8
    eFkjYTK_7hZwx2KXBHfQhP9RESfxBj1L.png

    Asking Noob Question: Sorry:
    Any helps are Appreciated!​
     

      L'auteur de la discussion a jugé qu'une réponse pertinente à répondu à l'interrogation de son topic. Cliquez ici pour la voir.

    Dernière édition par un modérateur: 11 Mars 2017
  2. Sι∂яα∂ι

    Sι∂яα∂ι Administrateur

    Inscrit:
    25 Juin 2014
    Messages:
    32 280
    J'aime reçus:
    121 218
    Points:
    13 043
    Template : stylium_modified_css.css
    CSS Class : #logoBlock
    Add : padding:20px;
    ==> Result :
    Code:
    #logoBlock
    {
        padding:20px;
        overflow: hidden;
        position: relative;
    }
    upload_2016-8-12_20-5-55.png

    Then Template : public.css
    Edit CSS Class : #headerMover
    Add : padding-top: 40px;
    ==> Result :
    Code:
    #headerMover
    {
        padding-top: 40px;
        position: relative;
        zoom: 1;
        /*overflow: hidden;*/
    }
    upload_2016-8-12_20-8-2.png

    Final Result :

    upload_2016-8-12_20-12-10.png
     

      Cette réponse a aidé l'auteur de la discussion.

Partager cette page

  1. Ce site utilise des cookies. En continuant à utiliser ce site, vous acceptez l'utilisation des cookies.
    Rejeter la notice