Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8046335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T05:45:29+00:00 2026-06-05T05:45:29+00:00

I wish to align the title and summary(click the plus sign in site below)

  • 0

I wish to align the title and summary(click the plus sign in site below)
as shown in the screenshot
my site
http://pligg.marsgibson.info/
screenshot
http://i47.tinypic.com/ntn55.jpg

suggest css for this

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T05:45:30+00:00Added an answer on June 5, 2026 at 5:45 am

    Without changing your current markup, a simple fix can be:

    CSS

    .title h2 {
        color: #187AAB;
        font-size: 14px;
        font-weight: bold;
        margin: 4px 0 0;
        padding: 0 20px 0 32px;
        position: relative;
    }
    .title h2 span {
      left: 0;
      position: absolute;
    }
    

    Print-screen:
    enter image description here


    What I did was to give some left and right padding to the h2 element, to limit the space available for the text inside it.

    Then, to place the avatar on the proper place, I’ve used the CSS position.


    EDITED

    To address the issue of your trigger element, add to its CSS:

    p.trigger {
        position: relative;
        z-index: 1;
    }
    

    EDITED

    To address the height issue mentioned on the comment!

    See this working Fiddle Example!

    jQUery

    // run only if elements are found
    if ($('.title').size()>=1) {
    
      // initialize variables
      var $target = $('.title'),
          size    = 0,
          count   = $('.title').size();
    
      // for each element found
      $target.each(function() {
    
        // check the tallest element
        if (size===0) {
            size = $target.outerHeight(true);
        } else {
            sizeTMP = $target.outerHeight(true);
            size = (sizeTMP> size) ? sizeTMP : size;
        }
    
        // decrease the counter
        count--;
    
        // counter is 0, set the height
        if (count===0) {
            $target.css({ "height" : size + "px" });
        }
    
      });
    }
    

    Ps: The CSS display declaration for the class .subtext1 must be updated to: display:inline-block.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wish to capture data from http://www.kitco.com/texten/texten.html : <html> <head> <title>Text Only Market Page</title>
I have a list of items http://jsfiddle.net/2Veve/5/ I wish to align the buttons to
I wish to set the title of each activity with a constant value which
I have two EditText views whose height I wish to align. The problem is
I have a parent div with several children http://jsfiddle.net/thiswolf/FUqSP/ and i wish to vertically
I wish to align a character in HTML to the tops of the characters
I'm having problems aligning two elements. I wish to align the pagination in the
I wish to define css details in order to align plain text in td
I wish to make the uploaded file contents only viewable on the browser i.e
I wish to do this using only XAML - How to add an additional

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.