• Resolved sangamkr

    (@sangamkr)


    The meta slider I created is not showing up on either header or top bar. I used it as a widget and as short code. It is shown on iPhone and iPad

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @sangamkr

    It’s the styles on .header-widget that are interfering here. Can you remove/override those or maybe at least the overflow: hidden? i don’t think they are necessary.

    Thread Starter sangamkr

    (@sangamkr)

    What should I remove from the CSS. I did not understand. Be more elaborate

    Hi,

    If you look at your site or stylesheet you see a rule that looks like this:

    .header-widget {
        float: right;
        overflow: hidden;
        max-width: 50%;
    }

    Can you remove this? If not, add something like this elsewhere:

    div.header-widget {
        float: none;
        overflow: visible;
        max-width: none;
    }

    Let me know if that helps

    Thread Starter sangamkr

    (@sangamkr)

    It worked for header but not to top bar. I am trying different placements to make it look attractive.

    I want

    only three slides in one row sliding horizontally and fit my company logo in the same horizontal row along with sliding slides. How can I do it.
    Can you guide me please. Of many sliders I tested I find meta slider is more suited to my taste

    Hi @sangamkr

    It’s more specific to your theme, which I don’t have a good understanding of. This seems more like a question you should ask on their support forum, right?

    Are you using GeneratePress? Their support forum is here:

    https://www.ads-software.com/support/theme/generatepress/

    I’ll mark this resolved but feel free to reply if you need more assistance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Meta Slider is not displayed on header or top bar’ is closed to new replies.