• Closed
  • Guido Peter
    Spectator
    05.10.2015 at 12:54 #21171

    Hello

    is it possible to have the Front Page Content Boxes above the slider in evolve theme?

    Best regards,

    Guido

    Guido Peter
    Spectator
    Posts: 5
    05.10.2015 at 16:35 #21177

    Ok, I have found the content section in header.php. I have moved it after

    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 12:28 #21233

    Hi,

    Please post your site url.

    Thanks!

    Guido Peter
    Spectator
    Posts: 5
    06.10.2015 at 13:13 #21235

    http://www.glattalturniere.ch

    there are only two small issues.

    1. grey borders left and right of Front Page Content Boxes.
    2. if I come with the alternate url http://www.glattal-turniere.ch images of content boxes are not visible.

    thanks

    Denzel Chia
    Moderator
    Posts: 2656
    07.10.2015 at 10:05 #21248

    Hi,

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

    .container.container-center.row {
    background: #fff none repeat scroll 0 0 !important;
    }

    The font awesome icons on the content boxes cannot load “cross site origin”. Browser will block them. Custom icon will work, Please upload an image as custom icon.

    Thanks!

    Guido Peter
    Spectator
    Posts: 5
    07.10.2015 at 11:13 #21259

    Hey Denzel,

    Thanks for your great support. I hope this will be my last question for a while. On some browsers (Chrome, Firefox, Edge), there is no space between the menu bar and the Front Page Content Boxes (https://onedrive.live.com/redir?resid=FF41355BEC1C3AF9%21126).

    In IE it looks as expected (https://onedrive.live.com/redir?resid=FF41355BEC1C3AF9%21126).

    How can I accomplish this to have a line break between menu and boxes.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    07.10.2015 at 11:37 #21260

    Hi,

    There is no browser specific css class to shift only items on certain browser.

    I think you can only add a <br/> tag before you content boxes.

    Thanks!