Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • naeaje Friend
    #1094052

    Hi I am trying to make the footer banner responsive on a mobile but no luck – the banner is in javascript code but I can also use a gif

    is there any way to make this resize on a mobile thanks

    Saguaros Moderator
    #1094245

    Hi,

    You can try with this custom CSS code:

    #Mod273 .custom img {
        width: 100% !important;
    }

    put into the file: root/templates/ja_teline_v/css/custom.css (create this file if it doesn’t exist)

    Regards

    naeaje Friend
    #1094266

    one other thing in this url http://www.bettingman.com.au/tips/racing/ladbrokes-daily-racing-tips-23-2-2018

    you will see there is a 300×50 javascript banner in position article-top module name is Mobile Banner.

    i only really want it there for the mobile view on small and extra small devices, is there any way to show this in responsive while not showing it in larger screens thanks

    is it also possible to centre the banner in the the position it is istead of being on the left hand side in large view

    Saguaros Moderator
    #1094343

    Hi,

    Do the ads you’re using can support different size? pls try to use another dimension for that image as I can see it has a fixed width now, it’s not good for responsive layout.

    naeaje Friend
    #1094760
    This reply has been marked as private.
    Saguaros Moderator
    #1094766

    Could you share the screenshot highlighting the part you’re referring to?

    naeaje Friend
    #1095025
    This reply has been marked as private.
    Saguaros Moderator
    #1095078

    The width of that space is around 845px (width) in large screen, does it support this resolution?

    naeaje Friend
    #1095213
    This reply has been marked as private.
    Saguaros Moderator
    #1095549

    Hi,

    Which extension are you using to show that banner?

    naeaje Friend
    #1095574
    This reply has been marked as private.
    Saguaros Moderator
    #1095793

    Could you illustrate the modification you expect with the padding top of article?

    For article title’s size, you can use this custom CSS:

    .com_content.view-article .fs-medium .article-title {
        font-size: 36px;
    }

    and change the your desired value.

    naeaje Friend
    #1095824
    This reply has been marked as private.
    Saguaros Moderator
    #1095926

    Hi,

    In article page, you can add this custom CSS:

    .banneritem {
      margin: 0 0 -7px;
    }

    With the featured module on homepage, try this:

    .magazine-featured.style-1 .magazine-carousel .magazine-item-main {
        min-height: 180px;
        padding-bottom: 0px;
    }

    and change to the value which suits your need.

    Regards

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 13 replies, has 2 voices, and was last updated by  Saguaros 6 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum