menu & logo alignment

Discussion in 'Compass WordPress Theme' started by smarta, Apr 7, 2016.

  1. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    at the site http://macadamiaoils.com/
    (site access pw = jindilli )

    I have used the following custom CSS

    Code:
    }
    .container_24 .grid_6 {
        width: 32%;
    }
    .container_24 .grid_18 {
        width: 65%;
    }
    this has stopped the menu overlapping the logo on a full size screen

    however as the screen responds to smaller screen size the menu overlaps the logo

    how can I prevent this?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 1300px) and (min-width: 960px){
    .logo img {
        width: 100%;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page