• Resolved devaris

    (@devaris)


    Hi there,
    I have added a logo, added a menu (this is not immediately clear by the way)
    I can set up all these colors in the customizer, but I can’t find a way to position/move the menu. Currently it is on the left side.

    Do you provide a way or we have to use custom css?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author BonfireThemes

    (@bonfirethemes)

    The menu is positioned on the left, correct. No option currently to move it around. Can always be done as custom work though.

    Cheers.

    @bonfirethemes You can achieve this by wrapping it all in a div and center it with css. BUT you will loose this modification next time you update the plugin.

    @devaris Is it possible to add this div to the next release, or ad a few hooks.

    LINE +/- 180, just before <!– BEGIN DROPDOWN MENU BUTTON –>
    <div class="sshos-tsum-inner">

    LINE +/- 230, just after <!– END NEXT POST BUTTON –>
    </div>

    And your css:

    .sshos-tsum-inner {
        max-width: 66.4989378333em;
        margin-left: auto;
        margin-right: auto;
        padding: 0 2.617924em;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;

    This was a real help! Thank you Schalk!
    I agree this seems like an excellent addition to the plugin – options to format where you want the menu & logo to appear.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Positioning of Menu?’ is closed to new replies.