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.

How to align pdf icons to the left side and below each other?

11 years ago · Last reply by Andrew Misplon 11 years ago

Hei my challenge is to align my pdf icons to the left side and
below each other with the visual editor in page builder.

• The images that are shown are scaled to the „right size“ (17×17 px)

• Image details / Display settings are set to ALIGN – left

But unfortunately are the CHECK-icons not vertically aligned below each other on the site :(

WHAT TO DO to change this?

URL: http://www.minmassasje.com/service/

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 2 months ago

    Hi Sebastian

    Try the following under Appearance > Custom CSS to help out with this:

    /* Services Page */
    .entry-content .textwidget .alignleft { margin: 0; padding-right: 1rem; }
  2. Sebastian 11 years, 2 months ago

    Perfect! solved. Thanks Andrew.

    1) question : will the CSS work for the whole site?

  3. Andrew Misplon Staff 11 years, 2 months ago

    For sure.

    That CSS will affect all align left images on the site. If you want to be only applicable to that page try changing it to:

    /* Services Page */
    .page-id-12 .entry-content .textwidget .alignleft { margin: 0; padding-right: 1rem; }

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