This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Layout Adjustment

Resolved 8 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 10 years ago

Using the circle icon, I am trying to get the “More Text” text to be on the same line. Two of the instances are in line but the last one is not.

This is on the home page of andywillettsservices.co.uk

I have tried advice on one thread but it did not work.

Your help would be appreciated.

URL: http://andywillettsservices.co.uk

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

8
  1. Greg Priday Staff 11 years, 11 days ago

    Hi Ian

    The circle icon widget with the most text is 4 lines long, and Vantage uses a line height of 1.6em, so you’ll just need to set the minimum height of each to 6.4em. The following custom CSS will do the trick.

    body.home .widget_circleicon-widget p.text {
        min-height: 6.4em;
    }

    I’ve included the body.home selector to limit this to only your home page. Remove that part if you want the CSS to apply to all pages.

  2. Ian Gifford 11 years, 9 days ago

    Hi Greg,

    Thanks for you reply, I added the suggestion below but it did not seem to make any difference.

    Is there anything I can send you to see if I am doing anything wrong.

  3. Greg Priday Staff 11 years, 8 days ago

    Hi Ian

    It appears to be working properly on my side. I can see the custom CSS and all the boxes appear to be lining up. Do you have any caching plugins installed? Could you try clearing your site cache and possibly even your browser cache to see if the changes take hold?

  4. Ian Gifford 11 years, 8 days ago

    OK Greg, wiil do!

  5. Andrew Misplon Staff 11 years, 8 days ago

    Hope that helps Ian. Let us know if it doesn’t.

  6. Ian Gifford 10 years, 11 months ago

    Hi Andrew,

    Sorry for the delay in replying. It now works but just to let you know, I tried 8.4em and then it worked!!

    Thanks for your help.

    Best wishes

    Ian

    Ian Gifford
    Commercial Director
    M: + 44 (0)7973 308122

    The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

    Whilst every reasonable precaution has been taken to ensure this e-mail and any attachment is virus free, we cannot guarantee this neither can we accept any liability for any damage sustained as a result of software viruses.

    Retail Store Solutions Limited is a limited company registered in England, No. 09125222 the registered office is Hampden House, Monument Park, Warspgrove Lane, Charlgrove, Oxford, OX44 7RW

  7. Ian Gifford 10 years, 11 months ago

    Hi Andrew,

    I am having a similar problem on a different site, namely

    http://www.retailstoresolutions.co.uk/products

    I have tried amending the setting right up to 80.0em but nothing changes.

    Best wishes

    Ian

    Ian Gifford
    Commercial Director
    M: + 44 (0)7973 308122

    The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

    Whilst every reasonable precaution has been taken to ensure this e-mail and any attachment is virus free, we cannot guarantee this neither can we accept any liability for any damage sustained as a result of software viruses.

    Retail Store Solutions Limited is a limited company registered in England, No. 09125222 the registered office is Hampden House, Monument Park, Warspgrove Lane, Charlgrove, Oxford, OX44 7RW

  8. Andrew Misplon Staff 10 years, 11 months ago

    Hi Ian. Try something like this:

    body.home .widget_circleicon-widget p.text {
        min-height: 220px;
    }

    Not sure how well that work on this page though, the multi-line more text makes this page a bit different to your initial question.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread