Superfly menu vertical alignment top?

I am sorry.
But where can I align my side panel menu (superfly)?
I want to move it from the center position to the top.
I do not find any option to do so.
If I look at the source, I see:
class="sfm-va-middle"
and if I change it to:
class="sfm-va-top"
it places the menu on top. If there is a predefined class, there should be an option anywhere in the settings - shouldn’t it?

Can anyone point me the way?
Thank you,
mickna

Hi Mickna,

Thank you for reaching out to us. I believe Superfly panel menu by default aligns in the middle and there is no option to align it to the top. I checked and there’s no class sfm-va-top in the source code as there is no styling associated with this class. You need to override the class sfm-va-middle to align it to the top.

To do that, try adding the following code in the Theme Options > CSS:

#sfm-sidebar .sfm-va-middle {
    vertical-align: top;
}

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Hope this helps!

Hi @nabeel,

thank you.
Best,
Mickna

Hi Mickna,

You’re welcome and it’s our pleasure to help you. If you have any other concerns regarding our theme features, feel free to reach us.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.