Help with margins

  • Anonymous

    #8635

    Currently it seems as though all margins between grid items is set to 10px:

    .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    }

    Is it possible to change this within the wordpress backend without adding a custom CSS tag. The issue with the custom CSS tag is it then unaligns the columns.

    Thank you for the help.

    Mod

    Kenneth John Odle

    #41680
    Quote:
    Is it possible to change this within the wordpress backend without adding a custom CSS tag.

    No.

    Quote:
    The issue with the custom CSS tag is it then unaligns the columns.

    Bingo.

    It might be more useful if you described the issue this way:

    1. Behavior I want to see
    2. Behavior I am actually getting
    3. What I am trying to do to fix it

    You have skipped the first two steps.

    You might also want to provide a link to the page in question.

    Moved to Support. Please post in the correct section next time.

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.