Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I designed a page using SiteOrigin Editor, that I stylized using . It works well on Google Chrome and Firefox, but it can’t be read properly on IE.
Then, I tried to rebuild it using “Widget Styles” > “Attributes” > “CSS Styles”, but it applies the propeties to the whole element, and I can’t use any selector to select an item in particular.
I don’t want to create a widget for every single text line (for example: title + text + title + text), how can I solve this please?
Thank you very much.
Hi Lilla,
Do you have a public URL where we can take a look at what’s going on?
Hi Alex,
Sorry for this late reply.
I found another way to design my page. But here is an example of html code I wanted to create using SiteOrigin Editor. It works with Google Chrome but not on IE.
Thank you !
.button {
border-radius: 3px;
background-color: #303246;
display: inline-block;
padding: 10px 15px;
margin: 15px 30px;
font-size: 18px;
}
.button2 {
border-radius: 3px;
background-color: #303246;
display: inline-block;
padding: 5px 10px;
margin: 15px 30px;
font-size: 12px;
}
p.button > a, p.button2 > a {
padding: 0;
text-decoration: none;
color: #ffffff;
}
section + section {
margin-top: 30px;
}
section > article {
padding: 5px 15px;
border: 1px solid #303246;
margin-bottom: 5px;
}
section > article:nth-child(odd) {
background-color: #fdd7e2;
}
section > article > div {
display: inline-block;
}
section > article > div > p {
margin: 0 0 15px;
}
section > article > div > h3 {
margin: 10px 0;
}