Forum Replies Created
-
AuthorPosts
-
maybe I can’t explain myself well, the problem I’m having is not there, but in the last color section (I attach image https://www.xtreemestyle.it/wp-content/uploads/2025/05/problem-margin.png) of the page https://www.xtreemestyle.it/tecnologia/.
the color section is set to color #eeee22, column 1/1 has a padding of 150px and a background color #7bb0e7, but as you can see from the image none of these properties are applied in the front-endI apologize but looking at the screenshots now I have the doubt that you are looking at the wrong page. The screenshots refer to the English page https://www.xtreemestyle.it/en/technology/ but the problem that I report of the changes I do not find is in the Italian page: https://www.xtreemestyle.it/tecnologia/
Ok but the thing I don’t understand is that whatever property I set in that color section doesn’t seem to work.
I set the background of the color section to yellow, the background of the 1/1 column to light blue and the internal padding to 150px but I don’t see anything live, what am I missing?Ok you can work safely on this page https://www.xtreemestyle.it/tecnologia/
the last section was created by duplicating the penultimate one (which begins with the text “How XTreeme Crio Tech works”) so I assume it must have the same characteristics.
but as soon as I enter the text block and replace the old text with the new one: “Study relating to the effects and effectiveness of the equipment” the text just below does not have the same margins as all the text blocks above.
So i tried to fix an internal padding of 300px eft and right but this does not work too,Trivially also the two paragraph titles are different because they are set to color #40738a. The second one is black.
Please Help me Tks
sorry but I didn’t succeed. I added both the code in the css and shortened the text in the offending block a lot to understand where you put the break line but I just don’t see
and in any case it doesn’t work anywayThanks Ismael but I don’t have that setting in the quick css section, where do you see it?
I only have the setting Enfold > General Layout > Dimensions panel = 1500pxit works perfectly thanks but why do you need this additional css? I don’t think I’ve ever used it
You’re right.
Sorry for my stupid question.
Have a nice dayWonderful!!!
Just as I expected although I don’t understand why this time it was necessary to intervene on the css, I don’t think I’ve ever done it. but thank you very muchHi can’t you see the page?
I built a table under the text “Corsi Post-Graduate”,
but I can’t see the borders and the rows in alternated colours as I see alwaysGreat it works perfectly.
Thank you very much
GianlucaThanks now the problem is solved but another one has arisen in the 3 flipboxes below that are very high now (before they were about half as high) and they also overlap with the color section below
Is there anything to do or does the first change to the css cause this malfunction?Hi I have this code in my css
.image-overlay { display: none !important; }
div.phone-info {
width: 100%;
text-align: center;
}.image-overlay { display: none !important; }
.home #av_section_1.main_color .av_textblock_section .avia_textblock table,
.home #av_section_1.main_color .av_textblock_section .avia_textblock div,
.home #av_section_1.main_color .av_textblock_section .avia_textblock td {
border-color: transparent;
background-color: transparent;
}.home #av_section_1.main_color .av_textblock_section .avia_textblock tr:nth-child(odd) {
background-color: transparent;
}#top .av_inherit_color a { text-decoration: none; }
Sincerely I don’t know where could be the code
#top .av_inherit_color a { text-decoration: underline; }
but now there are no more dots but the table and the borders are no longer transparent, what did I do?Thanks
GianlucaGreat but now I still see two strange dots at the bottom of the two icons? What aree they? Can I hide them?
I mean the third box under the rotating banner, with the text “seguici e tieniti informato”
Sorry I wrote it wrong.
It’s ok and you’re the best supportThanks but it seems to work not properly
I tried before and didn’t worlk.
Now it’s ok thank you very muchI did it but nothing changes.
I also add !important; but no changesGreat.
Enfold number one in the worldCan you see it?
I would like that only the menu items circled in red stay at the center.
Logo ad social icons are okGreat as always :-)
Ok thanks I’ll do it with a simple table with 2 columns
I’m an idiot!!!
Thanks and sorryThanks now it’s perfect but why this time it was necessary to act on the css and I can’t modify it directly from the enfold options?
Credentials sent in private
Thanks
GianlucaYes I checked it.
Perhaps I’m an idiot but I’m not not able to find it :-(You can close. Wonderful support as usually
Ok now I understood and it work perfectly.
Thank you very much for your assistance and your patience too!
GREATThanks but I did exactly as you told me:
#top .settore-attivita .entry-content-wrapper {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}#top .settore-attivita .entry-content-wrapper:before,
#top .settore-attivita .entry-content-wrapper:after {
display: none !important;
}#top .settore-attivita .entry-content-wrapper .flex_column {
flex: 0 1 19%;
width: unset !important;
margin: 0px;
}@media only screen and (max-width: 989px) {
#top .settore-attivita .entry-content-wrapper .flex_column {
flex: 0 1 30%;
}
}@media only screen and (max-width: 767px) {
#top .settore-attivita .entry-content-wrapper .flex_column {
flex: 0 1 48%;
}
}@media only screen and (max-width: 549px) {
#top .settore-attivita .entry-content-wrapper .flex_column {
flex: 1 1 100%;
}
}But on mobile phone I still see one column for each row
-
AuthorPosts