How to align pdf icons to the left side and below each other?
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?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Sebastian
Try the following under Appearance > Custom CSS to help out with this:
/* Services Page */ .entry-content .textwidget .alignleft { margin: 0; padding-right: 1rem; }Perfect! solved. Thanks Andrew.
1) question : will the CSS work for the whole site?
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.