Reply To: create page designs with Elementor

Home Forums Support create page designs with Elementor Reply To: create page designs with Elementor

Home Forums Support create page designs with Elementor Reply To: create page designs with Elementor

#214045
Joanne Smith

did not know it was part of the upgrade — I deleted my custom style sheet and nothing seemed to change –maybe it has something to do with the other program with it sown style sheet

https://www.nationalfamilychildcareassistance.com.au/wp-content/uploads/2016/07/Customise-National-Family-Child-Care-Assistance-2016-07-30-11-12-57.png

when I used my custom CSS code it has worked

https://www.nationalfamilychildcareassistance.com.au/wp-content/uploads/2016/07/Customise-National-Family-Child-Care-Assistance-2016-07-30-11-22-38.png

see code below


@media
(max-width: 768px) {
.main-title {
font-size: 25px;
}

.entry-content h1 {
font-size: 24px !important;
}
.entry-content h2 {
font-size: 22px !important;
}

.entry-content h3 {
font-size:18px !important;
}

.entry-content p {
font-size:18px !important;
}

.site-logo {
margin-bottom: 20px;
}

.page-header-image.grid-container {
max-width: 100%;
}

.page-header-image img {
width: 100%;
}

.page .wpb_single_image .vc_figure {
display: inherit;
}

}