Hello
is it possible to have the Front Page Content Boxes above the slider in evolve theme?
Best regards,
Guido
Ok, I have found the content section in header.php. I have moved it after
<!–BEGIN #content–>
<?php if (is_front_page()) {
evolve_content_boxes();
} ?>
<?php
// LayerSlider ….
Hi,
Please post your site url.
Thanks!
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
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!
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!
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!
The topic Context boxes above Bootstrap Slider is closed to new replies