Size of the pictures/text changing randomly
-
Hi again, first of all I really appreciate the support received so far.
I’m experiencing a random issue related to the size of the text and the images I am printing. Depending on how wide the images are the overall text in gets printed bigger or smaller.
Here’s my custom css, but I don’t think this is having an effect on it:
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap'); @media print {
@page {
margin: 7mm 6mm 11mm 6mm !important;
}
} printfriendly { font-family: 'Quicksand', sans-serif !important;
font-size: 23.5px;
} printfriendly .main_report { font-size: unset !important;
} pf-body tr { border-bottom: none !important;
} pf-header-img { height: 137px;
} printfriendly #pf-title, #printfriendly #pf-src, #services, .toggles { display: none !important;
} pf-body h4 { font-size: 52px;
font-family: 'Cabin';
font-weight: 500;
text-align: center;
margin-top: unset !important;
border-bottom: unset !important;
padding-bottom: unset !important;
clear: both;
font-weight: unset !important;
} pf-body .col-1:last-child, #pf-body .col-2:last-child, #pf-body .col-3:last-child, #pf-body .col-4:last-child, #pf-body .col-5:last-child, #pf-body .col-6:last-child, #pf-body .col-7:last-child, #pf-body .col-8:last-child, #pf-body .col-9:last-child, #pf-body .col-10:last-child, #pf-body .col-11:last-child, #pf-body .col:last-child, #pf-body .col-auto:last-child, #pf-body .col-sm-1:last-child, #pf-body .col-sm-2:last-child, #pf-body .col-sm-3:last-child, #pf-body .col-sm-4:last-child, #pf-body .col-sm-5:last-child, #pf-body .col-sm-6:last-child, #pf-body .col-sm-7:last-child, #pf-body .col-sm-8:last-child, #pf-body .col-sm-9:last-child, #pf-body .col-sm-10:last-child, #pf-body .col-sm-11:last-child, #pf-body .col-sm:last-child, #pf-body .col-sm-auto:last-child, #pf-body .col-md-1:last-child, #pf-body .col-md-2:last-child, #pf-body .col-md-3:last-child, #pf-body .col-md-4:last-child, #pf-body .col-md-5:last-child, #pf-body .col-md-6:last-child, #pf-body .col-md-7:last-child, #pf-body .col-md-8:last-child, #pf-body .col-md-9:last-child, #pf-body .col-md-10:last-child, #pf-body .col-md-11:last-child, #pf-body .col-md:last-child, #pf-body .col-md-auto:last-child, #pf-body .col-lg-1:last-child, #pf-body .col-lg-2:last-child, #pf-body .col-lg-3:last-child, #pf-body .col-lg-4:last-child, #pf-body .col-lg-5:last-child, #pf-body .col-lg-6:last-child, #pf-body .col-lg-7:last-child, #pf-body .col-lg-8:last-child, #pf-body .col-lg-9:last-child, #pf-body .col-lg-10:last-child, #pf-body .col-lg-11:last-child, #pf-body .col-lg:last-child, #pf-body .col-lg-auto:last-child, #pf-body .col-xl-1:last-child, #pf-body .col-xl-2:last-child, #pf-body .col-xl-3:last-child, #pf-body .col-xl-4:last-child, #pf-body .col-xl-5:last-child, #pf-body .col-xl-6:last-child, #pf-body .col-xl-7:last-child, #pf-body .col-xl-8:last-child, #pf-body .col-xl-9:last-child, #pf-body .col-xl-10:last-child, #pf-body .col-xl-11:last-child, #pf-body .col-xl:last-child, #pf-body .col-xl-auto:not(:first-child):not(:last-child) { padding: unset !important;
} pf-body td { padding: unset !important;
} .main_report {
margin-top: 42px;
font-size: 14px !important;
} .report_section {
margin-bottom: 42px;
} .fred_images {
background-color: #fff;
padding: 0px 2px 0px 2px;
vertical-align: top;
} .image_13 {
width: 236px !important;
height: 236px !important;
object-fit: cover;
} .image_12 {
width: 356px !important;
height: 236px !important;
object-fit: cover;
} .image_full {
width: 716px !important;
height: 236px !important;
object-fit: cover;
} .image_23 {
width: 476px !important;
height: 236px !important;
object-fit: cover;
} .images_table {
font-size:13px;
border: 1px solid #fff !important;
} .images_13_gallery img {
width: 236px !important;
height: 236px !important;
object-fit: cover;
max-width: none !important;
border: 0 !important;
} .images_23_gallery img {
width: 476px !important;
height: 236px !important;
object-fit: cover;
max-width: none !important;
border: 0 !important;
} .images_12_gallery img {
width: 507px !important;
height: 336px !important;
object-fit: cover;
max-width: none !important;
border: 0 !important;
} .images_13_gallery .gallery-item, .images_23_gallery .gallery-item, .images_12_gallery .gallery-item {
float: none !important;
margin-top: 0px !important;
max-width: none !important;
} .remove_first_image .gallery-item:nth-child(1), .remove_second_image .gallery-item:nth-child(2), .remove_third_image .gallery-item:nth-child(3) {
display: none !important;
} body:not(.woocommerce-cart) .main-content table.images_table {
width: auto !important;
} .images_table td, .images_table img {
padding: 0 !important;
margin-bottom: 0 !important;
} /* Plexus table customisation */
.plexus_table {
display: none !important;
} pdf_friendly_info_report { display: visible;
font-size: 19px;
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
margin-top: 45px;
} pf-body h5 { font-size: 23.5px;
} pdf_friendly_info_report div, #pf-body h5 { font-family: 'Cabin' !important;
text-transform: uppercase;
font-weight: 500;
} pdf_friendly_info_report div list_info_report { margin: 0;
padding: 0;
} pdf_friendly_info_report ul { padding-left: 0px;
} pdf_friendly_info_report ul li { list-style-type: none;
} .list__item {
-moz-page-break-inside: avoid;
-webkit-column-break-inside: avoid;
break-inside: avoid;
-o-column-break-inside: avoid;
-ms-column-break-inside: avoid;
column-break-inside: avoid;
page-break-inside: avoid;
} .list__item p {
margin-bottom: 5px !important;
} .span_italic span {
font-style: italic !important;
} copyright { display: none !important;
} pf-content .mediumImage, #pf-content img.mediumImage, #pf-content figure.mediumImage { float: none !important;
margin: unset !important;
} .signature_words {
font-size: 16px !important;
} table {
border-collapse: unset !important;
} pf-content .blockImage, #pf-content img.block { max-width: unset !important;
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Size of the pictures/text changing randomly’ is closed to new replies.