diff --git a/e107_plugins/news/templates/news_template.php b/e107_plugins/news/templates/news_template.php index 81dc159c7..ee6fcd270 100644 --- a/e107_plugins/news/templates/news_template.php +++ b/e107_plugins/news/templates/news_template.php @@ -81,7 +81,7 @@ $NEWS_TEMPLATE['default']['item'] = ' $NEWS_TEMPLATE['default']['item'] = ' {SETIMAGE: w=900&h=300} -

{NEWSTITLE}

+

{NEWSTITLELINK}

by {NEWSAUTHOR}


@@ -112,7 +112,7 @@ $NEWS_TEMPLATE['default']['item'] = ' $NEWS_TEMPLATE['view']['item'] = ' {SETIMAGE: w=900&h=300}
-

{NEWSTITLE}

+

{NEWSTITLELINK}

by {NEWSAUTHOR}


diff --git a/e107_themes/bootstrap3/style.css b/e107_themes/bootstrap3/style.css index 24929e410..308bd8ea6 100644 --- a/e107_themes/bootstrap3/style.css +++ b/e107_themes/bootstrap3/style.css @@ -105,4 +105,36 @@ img.featurebox { border-radius: 5px } opacity: 1; } -.btn-featurebox, .btn-cpage { margin-top:10px } \ No newline at end of file +.btn-featurebox, .btn-cpage { margin-top:10px } + + + +/* CUSTOM Responsive Styles */ + + +/* Extra small devices Phones (<768px) .col-xs */ +@media all and (max-width: 767px) { + + .featurebox .carousel-indicators { top:10px; } + .featurebox-item-image.pull-left, .featurebox-item-image.pull-right { margin-top: 30px; } +} + +/* Small devices Tablets .col-sm */ +@media all and (min-width: 768px) and (max-width: 991px) { + + +} + +/* Medium devices Desktops (≥992px) .col-md */ +@media all and (min-width: 992px) and (max-width: 1199px) { + + + } + +/* Large devices (large desktops, 1200px and up).col-lg */ +@media all and (min-width: 1200px) { + + +} + +