Topic Resolution: Resolved
  • Closed
  • Jonnydc
    Spectator
    September 7, 2015 at 12:26 am #20465

    Hi a grey bar has appeared in the Header since updating to the newest version, can you help correct this for more please.

    Thanks

    Dave

    Denzel Chia
    Moderator
    Posts: 2672
    September 7, 2015 at 11:22 am #20474

    Hi,

    Please post your website url.

    Thanks!

    Jonnydc
    Spectator
    Posts: 11
    September 7, 2015 at 9:56 pm #20500

    Hi it’s

    http://www.cleansepro.co.uk

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2672
    September 7, 2015 at 10:04 pm #20501

    Hi,

    Please use the following code in your Theme Option->Custom CSS

    .menu-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    Thanks!

    Jonnydc
    Spectator
    Posts: 11
    September 8, 2015 at 1:17 am #20504

    Thank you.

    While I remember could you help with the middle of the 3 images on this page below the slider, they’re setup in responsive columns but the middle Image is smaller than the others. I’ve tried deleting then re-installing with no luck.

    Can you help please ?

    Denzel Chia
    Moderator
    Posts: 2672
    September 8, 2015 at 9:47 am #20521

    Hi,

    Please use the following code in your Theme Options -> Custom CSS

    .home .one_third img {
    height: 192px !important;
    }

    Result. http://prntscr.com/8dw3aq

    Thanks!

    Jonnydc
    Spectator
    Posts: 11
    September 8, 2015 at 11:08 am #20524

    Brilliant, Thank you.