CSS Help Request:D

Discussion in 'Skinning, Design and Graphics' started by ragtek, Aug 9, 2013.

  1. ragtek

    ragtek Regular Member

    Joined:
    Dec 25, 2009
    Messages:
    238
    Likes Received:
    134
    Anybody knows how i could get the margin of "Addon Check -> The following addons were found on filesystem but aren't installed:" to be able to set the margin-left for the container with ragtek_testinstall


    atm i'm just using
    Code:
    <style>
    .addonlist{
     margin-left: 50px;
    }
    </style>
    but it looks horrible
     
  2. Yanz

    Yanz Regular Member

    Joined:
    Aug 16, 2013
    Messages:
    15
    Likes Received:
    3
    What about using a float?
    float: right;
     
    ragtek likes this.
  3. AWS

    AWS Administrator

    Joined:
    Feb 1, 2010
    Messages:
    1,616
    Likes Received:
    692
    Location:
    Joliet, IL U.S.A.
    First Name:
    Bob
    You could try:

    HTML:
    position: relative;
    right: 20px;
     
    ragtek likes this.
Similar Threads
Loading...

Share This Page