• Resolved Arya Umbra

    (@optimasiseo)


    Hi Tom thanks for the theme.

    There is something I would like to know, I’ve been dealing with this issues yet not success therefore I decided to trouble you now :)) hope you don’t mind.

    Here is the question,

    In my blog https://dubidam.id/ I added Popular Post Widget on sidebar and Tags below post that I customize to the look I like, but the widget doesn’t appear the same in mobile screen.

    This is the widget looks in desktop screen.

    View post on imgur.com

    And this how it looks in mobile screen.

    View post on imgur.com

    Tags in desktop.

    View post on imgur.com

    Tags in mobile screen.

    View post on imgur.com

    I would like the look of popular posts widget and tags in mobile screen the same as the desktop how to achieve them, Tom?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    After a quick glance at your custom CSS, I’m seeing this:

    @media (min-width:769px) {
        .secondary-navigation .main-nav ul li.menu-item-3785 a { 
           
            color: #80a300;
             /*this number will likely need to be adjusted*/
        }

    It’s missing a closing } character, making it so a lot of your CSS is for desktop only.

    Hope this helps ??

    Thread Starter Arya Umbra

    (@optimasiseo)

    Wow that’s the culprit, no wonder I couldn’t find it, it’s because the lack of }….man your eyes as sharp as your brain. It fixed!

    Thanks tom.

    Theme Author Tom

    (@edge22)

    You’re welcome! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Showing Widget N Others In Mobile SImilar To Desktop’ is closed to new replies.