• Resolved mrhim

    (@mrhim)


    Hi, i have installed your plugin and i have to say it seeems really good.
    I have a problem, i am trying to add image above the text but it is always on the same line (the same for below the text). i think it is conflicting with my theme but i really don’t know how to fix it. could you help?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @mrhim,

    That is because of the CSS of the theme.
    Add the code below in Appearance-> Customize -> Additional CSS

    .nav > li > a {
        display: inline-block!important;
    }
    li#menu-item-457, li#menu-item-458 {
        margin-top: -20px;
        text-align: center;
    }

    Clear the cache and test again. Let me know the result.

    Thread Starter mrhim

    (@mrhim)

    Thanks for your reply. It worked great on desktop, but i would like to keep it inline on mobile menu. do you have another suggest? Thanks a lot

    Plugin Author Rui Guerreiro

    (@takanakui)

    Great. Regarding the mobile what do you mean exactly?
    Can you provide a mockup image?

    Thread Starter mrhim

    (@mrhim)

    Yes of course. The theme is responsive, so in small screen (like mobile), it is moved to a lateral menu with an hamburger icon to open it. In this scenario the icon should be small and inline with the text. see picture attached. thanks a lot.
    https://ibb.co/k6PcV7n

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @mrhim,

    Thanks for waiting, I was on vacation for a few days.

    Try to add the CSS below to the Additional CSS field in Appearance -> Customize -> Additional CSS

    @media only screen and (max-width: 759px) {
    span.menu-image-title-below.menu-image-title {
        display: inline-block;
        padding-left: 10px;
    }
    }

    Clear the cache and test again. Let me know the result.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now. Let me know if necessary.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text position in Flatsome theme’ is closed to new replies.