• Resolved nilhad

    (@nilhad)


    I’d like to have a ragged right margin in the text accompanying my pictures, but don’t know how to avoid the default layout. Tried to use <p align=”left”> but to no avail. I am using full-width blocks in my portfolios. Huge IT 2.1.12.
    You can view the page here: http://www.derberlinerbaecker.se/sortiment/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello
    Sorry for late answer Please try the following to make the text left aligned

    full-width-view.css.php
    .portelement_<?php echo $portfolioID; ?> div.right-block .description-block_<?php echo $portfolioID; ?> p,.portelement_<?php echo $portfolioID; ?> div.right-block .description-block_<?php echo $portfolioID; ?> {
    text-align: left;

    Thread Starter nilhad

    (@nilhad)

    Thanks, but nothing changed. (Added a right bracket at the end.) Does it matter where I place the code, I tried first in the file and last?

    Thread Starter nilhad

    (@nilhad)

    Correction, it did work! The web server was a bit slow to update, and I was too impatient. Thanks again!

    Great!
    You are welcome

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Ragged right margin’ is closed to new replies.