Custom content_left, content_right
Hi,
I've changed the size of content left right in the style.css of child theme(citrus night)
from
.content_left{
width: 67.7659574%; /* 590px / 940px */
}
.content_right {
width: 30.1702128%; /* 340px / 940px */
}
to
.content_left{
width: 77.7659574%; /* 590px / 940px */
}
.content_right {
width: 20.1702128%; /* 340px / 940px */
}
I've also disabled the core stylesheet through classipress settings but nothing happened. !!
What is the problem??
Thanks in Advance,
Alexandra