Hi, Upgrade to Redux Framework solved the (my) issue.
Hi
Same problem wiyh Unyson here. Because Unyson had some issues with WordPress versions (it breaks the site) I recreated the pages with Elementor. After having disabled Unyson I noticed that the header (the custom logo was replaced by logo of Jevelin) and layout (from wide to boxed) were changed.
Also I noticed that a lot of items from the customize section of Jevelin disappeared.
When activating Unyson these issues disappeared. See 2 snapshots one with Unyson active and one where Unyson is inactive.
Please help.
George
Solution for this topic
Hi Support,
Thanks for the assistance. However, the result is not as I expected. Smartphone mode there is too much of space in left and right margin. I do not want to disable the boxed layout.
What I came up with is the following css code:
@media (max-width:461px){
#page-container .container {
display:unset;
}
}
This uses the full available width of the smartphone. Not exactly answers my wishes but it is close.
Thanks
Regards,
George
Hi Support,
Details are in the private information field.
George
Dear Team,
Thanks for your advise. However, this code is not included in the additional CSS of the theme.
I found out that it is stored in “jevelin-dynamic-styles.css” line 419.
So how to continue?
Please advise.
George
Solution for this topic
Sorry, solved. Thought I had all caching cleared.
Thanks, solved!