• Resolved silasveta

    (@silasveta)


    Hello, is it possible to make it so that there is not one column of posts on the mobile, but two? Thanks

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching us…

    Please go to your Admin Panel->Appearance->Customize->Additional CSS.
    Please put the below CSS on your “additional CSS” section.

    @media only screen and (max-width:480px) { 
    .pgafu-column, .pgafu-columns {width: 50% !important; }
    }

    Please check and let me know if you have anything else.

    Thanks,

    Thread Starter silasveta

    (@silasveta)

    Hello, thank you for your support, it is priceless. I inserted the code, and everything became fine, except for one thing, on the mobile you need to reduce the font of the title, the theme is not regulated, how can I change it? Thanks
    video

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching us…

    Please go to your Admin Panel->Appearance->Customize->Additional CSS.
    Please put the below CSS on your “additional CSS” section.

    @media only screen and (max-width:480px) { 
    .kadence-slide-init .entry-content-wrap h3 a {font-size: 12px !important;}
    }

    we have tried to solve your need. Actually, This is your theme single.php page and this is your theme functionality so if you want to change any theme core file so please contact your theme author.

    If you like our plugin please rate and review here it…
    https://www.ads-software.com/support/plugin/post-grid-and-filter-ultimate/reviews/

    Thanks,

    Thread Starter silasveta

    (@silasveta)

    Hello, thank you for your help, but the latest recommendations did not help. The theme settings also do not respond to the font of your plugin. I think I will write support for the Cadence theme somehow. Thanks

    video

    Thread Starter silasveta

    (@silasveta)

    video

    Now I’ve tried it again, your plugin does not depend on the theme at all, at least Kadence, plus I attached a video, apparently from fonts or something else, the posts are skipped). What can I do?)

    https://predckazanie.ru/
    https://stihiduhi.ru/

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello

    Please remove our previous “font-size” CSS.

    Please go to wp-content -> plugins -> post-grid-and-filter-ultimate -> assets -> css -> pgafu-public.css file line no 31.
    Please replace the below CSS in line no 31.

    .pgafu-post-grid-main h2.pgafu-post-title a{font-size:20px; line-height:normal; color:#444; }

    AND

    Please go to your Admin Panel->Appearance->Customize->Additional CSS.
    Please put the below CSS on your “additional CSS” section.

    @media only screen and (max-width:480px) { 
    .pgafu-post-grid-main h2.pgafu-post-title a {font-size: 12px !important;}
    }

    Please check and let me know if you have anything else.

    Thanks,

    Thread Starter silasveta

    (@silasveta)

    Super, only holes in the posts remained). I turned off the optimizers, cleaned the cache, still holes. Although on some pages, as you can see from the video, everything is smooth

    video stihidusi

    video predckazanie.ru

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please put the below CSS on your “additional CSS” section.

    @media only screen and (max-width:480px) { 
    .pgafu-column, .pgafu-columns {width: 50% !important; height:350px !important; clear:none !important; }
    }

    Please check and let me know if you have anything else.

    Thanks,

    Thread Starter silasveta

    (@silasveta)

    Everything worked out. Thank you very much, your support is invaluable. I even had a desire to learn css. Good luck to you and prosperity to your business.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘two mobile view columns’ is closed to new replies.