Topic Resolution: Resolved
  • Closed
  • Michon Kessler
    Spectator
    September 4, 2016 at 11:51 pm #30163

    Is there any way to have the menu bar centered as my client wants it without it covering up part of the slider?
    Also the three front page boxes I have here are responsive but for some reason the pictures are not?
    Any help would be greatly appreciated.
    Michon

    Home

    Denzel Chia
    Moderator
    Posts: 2656
    September 5, 2016 at 6:37 am #30168

    Hi,

    Is there any way to have the menu bar centered as my client wants it without it covering up part of the slider?

    Your menu items are already centered, I assume you want to move down the slider so that it’s fully visible.
    Please use the following in your Theme Options -> Custom CSS

    .sliderblock {
    position: relative;
    top: 32px !important;
    }

    Regarding responsive image in front page content boxes.
    Please use the following in Theme Options -> Custom CSS

    .content-box img {
    max-width: 100% !important;
    width: 100% !important;
    }

    Thank you

    Michon Kessler
    Spectator
    Posts: 9
    September 6, 2016 at 1:08 am #30176

    Thank you so much!!! That worked beautifully for the images in the front page boxes.
    I don’t mind the slider covering part of the slider as long as I can have the full width logo where the header is so I am going to wait for an answer on that other post!

    Denzel Chia
    Moderator
    Posts: 2656
    September 6, 2016 at 2:51 am #30180

    You are welcome.
    Thank you