Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • antjewilson Friend
    #682420

    I’ve done the same thing for my http://vrroom.com/index.php?option=com_content&view=category&layout=blog&id=10&Itemid=102 page and http://vrroom.com/index.php?option=com_content&view=category&layout=blog&id=8&Itemid=104 page but the new category the image (pi?a colada) has space between the text and image but the dispenser image has no space between the text and image.

    jooservices Friend
    #682486

    Hi there
    Please apply this custom css

    .blog .items-leading img.pull-left {margin:0 20px 10px 0}

    Thank you,
    Viet Vu

    jooservices Friend
    #747891

    Hi there
    Please apply this custom css

    .blog .items-leading img.pull-left {margin:0 20px 10px 0}

    Thank you,
    Viet Vu

    antjewilson Friend
    #682725

    Thanks Viet, but I was hoping for an answer that would explain why it isn’t working instead of adding more css.

    antjewilson Friend
    #748008

    Thanks Viet, but I was hoping for an answer that would explain why it isn’t working instead of adding more css.

    jooservices Friend
    #682736

    Hi there
    By adding css actually already answer for your question. They are different css selector.
    You can check screenshot below.

    In working it’s

    items-row cols-1 row-0 row-fluid clearfix

    and css-ed

    main#content div.blog div.items-row div.item img.pull-left, main#content div.blog div.items-row div.item img {
    margin: 0 20px 10px 0;
    }

    Thank you,
    Viet Vu

    jooservices Friend
    #748019

    Hi there
    By adding css actually already answer for your question. They are different css selector.
    You can check screenshot below.

    In working it’s

    items-row cols-1 row-0 row-fluid clearfix

    and css-ed

    main#content div.blog div.items-row div.item img.pull-left, main#content div.blog div.items-row div.item img {
    margin: 0 20px 10px 0;
    }

    Thank you,
    Viet Vu

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

This topic contains 7 replies, has 2 voices, and was last updated by  jooservices 9 years, 2 months ago.

The forum ‘Other Templates’ is closed to new topics and replies.