Hello dear support.
I have 2 issues and I dont know if they are related or not. This is for the website: dharmaebooks.org
-
Firstly I cannot save CSS in the page cusomiser. Recently I have added a post carousel to the front page and needed to style it with additional CSS but saving it in the page customiser just didnt work. I was hitting Save button and was getting message that the page is updated, but next time I checked the CSS is not there. Finally I have placed that CSS into Additional CSS space in Appearance.
The same thing happens when I try to delete some CSS from the page. I have made some video to show the problem, please see from here: https://www.dropbox.com/s/hn1lw26yxtfhor9/css%20not%20saving.mov?dl=0 -
Secondly, the CSS which is currently on the page stopped working. I have some styling there that should allow 4 collumns turn into 2 columns on ipad. And the one that fixes size of the Newsletter form, also on the home page. It goes like that:
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px){
#x-section-4 .x-column.x-1-4 {
width: 48%;
float: left;
}
.x-column.x-1-4:nth-child(2) {
margin-right: 0;
}
}
@media (max-width: 1024px){
.home #x-section-6 .x-column.x-1-2 {
width: 100%;
}
.home #x-section-6 .x-column.x-1-4 {
width: 100%;
}
}
@media (max-width: 767px){
#x-section-3 .x-container {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
It was working very well till today. Now there are 4 sloppy columns on my ipad. And Newsletter form looks funny too. Here is the screenshots:
I have tried to to make the 2 colums on ipad following the advice given here: https://theme.co/apex/forum/t/tablet-breakpoint-of-4-column/17864, but it didnt work. Well, firstly, as you can see on the video I cannot even delete the current CSS to replace it with new one.
Hope you can help me.
Beata