Hi,
Im inexperienced.
I like Magomra theme. Thank you author for this work.
However i came to similiar problem – moving pimary menu in relation to header according to my needs.
Right now, i am happy with this solution:
– in wordpress editor, I have apperance / editor section . After going there, there is a list of files that i can edit on the right side. I took “style.php” and there was this entry: #top-navigation-primary {top: <?php echo ( $logged_in ? 140 : 119 ); ?>px; … and exactly this 119 was my problem for about 2 hours, so now i put chosen value (my need – 50) and it works … I could find the source of this 119 value in style.css or in other files. (and as for header i need just background-color: … not image, (however this may change soon)
With regards,
??