• Ok guys need some help with my project. First of all i have to get rid of that blank space under main photo on opening page. It drives me nut! Second, but also important thing for me is menu button. I want it on the right side, not middle. I’m newbie so please don’t be hard on me. Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hiya! Since you have CSS questions, you should look for resources or communities online to help you solve your issue. While this has to do with WordPress theming, it isn’t actually a WordPress issue. ^_^

    use this css in mobile verson and menu fix the right side
    @media only screen and (max-width: 767px){
    .site-branding, .btn-menu {
    text-align: right;
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS in the mobile version of my site’ is closed to new replies.