0
Welcome Guest! Login
0 items Join Now

SOLVED how to customize media queries per menu?

    • janb2013's Avatar
    • janb2013
    • Rocketeer
    • Posts: 51
    • Thanks: 0

    SOLVED how to customize media queries per menu?

    Posted 11 years 11 months ago
    • I wonder how to customize media queries per menu?
      can you correct this code in custom-css? this is for phone sizes:

      I am not sure where to fit the .menu-aliasname inside the media queries

      @media only screen and (max-width: 480px){
      .menu-aliasname body .component-content h1, .menu-aliasname body .component-content h2, body .component-content h3, .menu-aliasname body .component-content .title {
      font-size: 150%;
      }
      }
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED how to customize media queries per menu?

    Posted 11 years 11 months ago
    • Something like this
      @media only screen and (max-width: 480px){
      .menu-aliasname .component-content h1, .menu-aliasname .component-content h2, .menu-aliasname .component-content h3, .menu-aliasname .component-content .title {
      font-size: 150%;
      }
      }
    • Check my services at: Mihha-Vision
    • janb2013's Avatar
    • janb2013
    • Rocketeer
    • Posts: 51
    • Thanks: 0

    Re: SOLVED how to customize media queries per menu?

    Posted 11 years 11 months ago
    • great! it's working fine! :D
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED how to customize media queries per menu?

    Posted 11 years 11 months ago

Time to create page: 0.067 seconds