Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Elad Friend
    #1038752

    Hi, I have built this page: http://kamatourism.co.il/ It is based on one of the ready made pages. The hero part does not look fine on mobile browser which are not chrome or explorer. Is there any fix’ or should i try by my self to fix it with css? Thanks (Page Builder, genneraly, works very good. Iwonder if there is a possibility to give a widget the full scale of cols number and not only up to 6. i had to add more css to make the form in this page spread all over the container)


    1. IMG-20170601-WA0000
    2. Screenshot_2017-06-01-12-00-47-2
    Saguaros Moderator
    #1038912

    Hi Elad,

    You can try to add this css rule into the Settings > Custom Style > Custom CSS:

    @media (max-width: 480px) {
    .jub-block .container.text-center {
      margin-top: 100px;
    }
    }

    and let me know how it goes

    Elad Friend
    #1038940

    I returned to page and opened custom code "top of head for all pages".
    It looks like all the CSS rules that i added vanished!
    But, Strangely the live page it self contains the code.
    I fear that if i will add this code and publish page, the former code will be erased from page.
    Another dilemma, if i want to edit former CSS code how can i do that if it does’nt shows in "custom code" window?
    Thanks

    Elad Friend
    #1038941

    Sorry, i meant "bottom of head for all pages"

    Saguaros Moderator
    #1038987

    It’s weird. It tried to add css in Custom CSS field for All pages > Publish

    Then I add new css but the old css still there.

    I’m using latest version 1.0.6.

    Elad Friend
    #1038991

    So it is a bug that need to be fixed?
    Currently i can’t see my original custom code, so i can’t change it.
    I fear’ that if i will add the fix for mobile the original code might be erased from the source code…
    Any suggestions? i’m using fresh release, i downloaded it 2-3 days ago.

    Elad Friend
    #1039425

    Hi,
    Is there any solution on the horizon?

    Saguaros Moderator
    #1039459

    Unfortunately, I can replicate the issue, as I mentioned above, I added custom css into that custom style field for All Pages, then I add new css, the old ones still there.

    You can try to add new css code into the ‘Custom Code’ parameter under template manager of JA Builder:

    • Go to admin panel > Extensions > Templates > JA Builder
    • Navigate to Custom Code tab:
    • Add this:
      <style>
      @media (max-width: 480px) {
      .jub-block .container.text-center {
      margin-top: 100px;
      }
      }
      </style>

    http://prntscr.com/ffyrcc

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

This topic contains 7 replies, has 2 voices, and was last updated by  Saguaros 6 years, 11 months ago.

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