• Resolved gokh

    (@gokh)


    Hi,

    In the free version, are several columns possible on mobile?

    Thank you..

    • This topic was modified 3 years, 10 months ago by gokh.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Mark Zahra

    (@markzahra)

    Hi @gokh, yes, in the free version you can set a number of different display options per device as shown here, including columns: https://docs.spotlightwp.com/article/543-responsiveness-options

    Thread Starter gokh

    (@gokh)

    Hi @markzahra,

    Thank you it worked..

    I positioned the ‘follow on Instagram’ button and the ‘watch more’ button at the bottom, but one under the other in the center. Is it possible to position the buttons side by side at the bottom?

    Thank you..

    Plugin Author Mark Zahra

    (@markzahra)

    There isn’t an option in the plugin for that yet, but this CSS will help you achieve that for the Grid layout:

    .spotlight-instagram-feed .GridLayout__button-list {
    	flex-direction: row;
    	justify-content: center;
    }
    
    .spotlight-instagram-feed .GridLayout__button-list > *:first-child {
    	margin-right: 10px;
    }

    You can add it to the Custom CSS section of your WordPress site’s Customizer.

    Let me know whether it works for you or not.`

    Thread Starter gokh

    (@gokh)

    Yes it worked, thank you very much.

    Thread Starter gokh

    (@gokh)

    Hi,

    The codes didn’t work after clearing the cache.

    • This reply was modified 3 years, 8 months ago by gokh.
    Plugin Author Mark Zahra

    (@markzahra)

    Hi @gokh, can you please share a link to the site in question so we can take a closer look?

    Also, where did you apply the custom CSS earlier? Was it in the Customizer?

    Thread Starter gokh

    (@gokh)

    No, to child Theme.

    Plugin Author Mark Zahra

    (@markzahra)

    Okay, if you’re not comfortable sharing the website URL here, could you reach out via email at [email protected] and we’ll take a quick look for you, please?

    Thread Starter gokh

    (@gokh)

    I transferred the codes to the customizer but it still did not work.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Mobile column’ is closed to new replies.