Adjustment on CSS and Icons

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4385
    robedu
    Member

    this is my site http://www.mediaperspectivesng.com/site

    i want to change the icons on the services (featured listed item) to something related to my content. I also want to justify the items, they are currently align left but i want it to be justify

    Also i want to reduce the space above the heading2 item.

    And thirdly i want to remove the connect now on team template.

    please this is so urgent.

    Thank you

    #4431
    Raghavendra
    Moderator

    Making them justify is a bit involved. You will need to change the markup to help wrap the icon and the heading tag together in a new div as shown below (pls switch to HTML tab to see this markup). Pls notice the new wrapper div named justify below which does not exist in the current markup –

    [one_third]
    
    [icon class="icon-heart"]

    Timeless Design

    Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet accusam takimata sanctus. [/one_third]

    and then you need to style this using the CSS –

    .features-list-alternate .justify { display: inline-block;}
    .features-list-alternate .fourcol { text-align: center; }
    .features-list-alternate h3 { float: left; }
    
    #4432
    Raghavendra
    Moderator

    Looks like the other two changes, you have managed to do it yourself.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.