Viewing 20 reply threads
  • Author
    Posts
    • #7999
      nauarchitetti
      Participant

      Hi,

      I have a question about the mobile theme version.
      In my homepage I have a part of layout divided in six horizontal sections that became vertical in the mobile version.
      How can I change it?

      Thanks a lot for your support.

    • #8002
      ThemeofWP
      Keymaster

      Hi, can you sent me your website? I’ll sent you a quick solution. It’s very normal horizontal sections normally changed to vertical style on mobile view. For this way scroll bar won’t visible also mobile side display correctly.

    • #8009
      nauarchitetti
      Participant
      This reply has been marked as private.
    • #8010
      ThemeofWP
      Keymaster

      I think you mentioned about the carousel images? right? did you check the master slider setting?

    • #8011
      nauarchitetti
      Participant

      No, the master slider is ok, my problem is in the central part with the social icons that i created because the line is divided in 6 parts for the 6 icons.

    • #8012
      ThemeofWP
      Keymaster

      You made with it visual composer and the solution within the visual composer but you can overwrite the style with this:

      .vc_span2 {
      display: inline-table !important;
      float: left;
      }

      you can paste this within the theme style.css or visual composer custom css area.

      Best Regards
      ThemeofWP.com Team

    • #8013
      nauarchitetti
      Participant

      you may still be more specific? I am a beginner on how you understand 🙂

    • #8014
      ThemeofWP
      Keymaster

      Copy this css:

      .vc_span2 {
      display: inline-table !important;
      float: left;
      }

      and open the theme style.css and paste this apropriate area and lets see the result.

      By the way you can add this in visual composer. ou can see the when editing home page “gear” icon that means custom css for only this page paste this code in the area:

      .vc_span2 {
      display: inline-table !important;
      float: left;
      }

    • #8015
      ThemeofWP
      Keymaster
      This reply has been marked as private.
    • #8016
      ThemeofWP
      Keymaster
      This reply has been marked as private.
    • #8017
      nauarchitetti
      Participant

      Oh!!! Yes, I’ve made this too when i saw your image.
      Ok, one more thing, (dont’shoot me 😀 ) how can I place them at my leisure?

    • #8018
      ThemeofWP
      Keymaster

      Check your website please I’ve made it 🙂 like the image.

    • #8019
      nauarchitetti
      Participant

      Yes but they aren’t central, what I can change? I write “central” replacing “left” but seems don’t works

    • #8020
      ThemeofWP
      Keymaster

      Okay check it out your website!

      this added in custom css area:

      .wpb_row.vc_row-fluid.vc_custom_1450289258409 {
      text-align: center;
      }

    • #8021
      nauarchitetti
      Participant

      Wow! That’s right! you’re great, thanks a lot for your support!

    • #8022
      ThemeofWP
      Keymaster

      You’re welcome when you need us for the future please don’t hesitate!

    • #8547
      nauarchitetti
      Participant

      With the new version of Ultimate VC Addons i have a problem with this line: “display: inline-table !important;”

      Show me an alert icon…what’s the change?

    • #8549
      nauarchitetti
      Participant

      up!

    • #8550
      ThemeofWP
      Keymaster

      Hey there, I hope plugin authors will be fixed it next version. As far as you know we are not author of the UVC Addons. We’ll investigate it for you and let you know the solution or updates.

      Thanks for your patience!

    • #8551
      nauarchitetti
      Participant

      I can’t contact the Ultimate VC Addons Support because I haven’t a license key,the plugin was included in your theme.
      How can I find this purchase key?
      This problem is annoying in the mobile version and I I get constant complaints of the customer.

      Thanks a lot.

    • #8724
      ThemeofWP
      Keymaster

      Hi No need any purchase key, because it’s bundled to our theme. You can simple go to the Appearance > Install Plugins section and click to the update plugin link that’s it. Then you’ll be latest version of the update needed premium plugins.

      I hope those are clear.

      Thanks,
      Kevin.

Viewing 20 reply threads
  • You must be logged in to reply to this topic.