Hi there, I am having this weird behavior on my site:
I noticed that my logo jumps whenever I shrink my window size down to the point where the mobile view switches on (at 998 pixels).
Any ideas what might be causing this behavior?
Also correct me if I am wrong, but can you help double check if all modifications to this theme is isolated correctly in the child theme?
Thanks!
Hi mlesmana!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.responsive .logo img { margin-top: 13px; }
What kind of changes have you made in child theme? Basically if they are running correctly when you activate child theme, that means you made the changes successfully
Cheers!
Yigit
That works like a charm Yigit! Thanks a lot.
The child theme works fine as far as I can tell. So I guess I have done the child theme thing correctly. Thanks again