• Hello! i’ve started my website with this beautiful theme but i’d two problems:
    1) i want to opacize a little bit the primary menu ONLY for mobile
    2) can i optimize or resize widgets in mobile theme?? the front page widget works great but when i’m using the full width template for other pages the widgets doesn’t looks fine.
    thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    1. You can use this in a custom CSS plugin (and change 320 to the max screen width you want to target):

    @media screen and (max-width: 320px) {
       .top-bar {
          opacity: 1;
       }
    }

    2. The front page widgets work best with the front page template. What exactly would you like to change?

    Thread Starter madevents

    (@madevents)

    firstly thanks for answering!
    i use a gallery plugin (Photo Gallery) that seems to work fine (on mobile) with “front page template” and not greatly with “full width template”..
    also the moesia fp social profile seems workin better with front page template!
    thank you again

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