Jump to content

Recommended Posts

Posted
#primary_nav {
    font-size: 12px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    margin-top: 36px;
}

Cauta ala si float:right cu

float: left;

Iar la sfarsit adaugi:

margin-right: 20px;

COD FINAL:

#primary_nav {
    font-size: 12px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-top: 36px;
    margin-left: 20px;
}

 

  • Thanks 1
Posted (edited)

a mers

multumesc

+1

Poate mai vrea cineva

#primary_nav {
    font-size: 12px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-top: 115px;
    margin-left: 5px;
}

 

Edited by liquid4cs
  • DeNyS. locked this topic
Guest
This topic is now closed to further replies.
  • 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.