Premium WordPress Themes, Templates & Plugins › Support › WordPress Theme Support › Architecto › Mobile Layout
- This topic has 20 replies, 2 voices, and was last updated 5 years, 11 months ago by
ThemeofWP.
- AuthorPosts
-
- December 14, 2015 at 4:16 pm #7999
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.
- December 15, 2015 at 7:35 pm #8002
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.
- December 16, 2015 at 9:09 am #8009This reply has been marked as private.
- December 16, 2015 at 10:32 am #8010
I think you mentioned about the carousel images? right? did you check the master slider setting?
- December 16, 2015 at 12:04 pm #8011
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.
- December 16, 2015 at 5:57 pm #8012
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 - December 16, 2015 at 6:12 pm #8013
you may still be more specific? I am a beginner on how you understand 🙂
- December 16, 2015 at 6:19 pm #8014
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;
} - December 16, 2015 at 6:22 pm #8015This reply has been marked as private.
- December 16, 2015 at 6:24 pm #8016This reply has been marked as private.
- December 16, 2015 at 6:28 pm #8017
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? - December 16, 2015 at 6:31 pm #8018
Check your website please I’ve made it 🙂 like the image.
- December 16, 2015 at 6:36 pm #8019
Yes but they aren’t central, what I can change? I write “central” replacing “left” but seems don’t works
- December 16, 2015 at 7:04 pm #8020
Okay check it out your website!
this added in custom css area:
.wpb_row.vc_row-fluid.vc_custom_1450289258409 {
text-align: center;
} - December 16, 2015 at 7:07 pm #8021
Wow! That’s right! you’re great, thanks a lot for your support!
- December 16, 2015 at 7:09 pm #8022
You’re welcome when you need us for the future please don’t hesitate!
- July 2, 2016 at 9:55 am #8547
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?
- July 5, 2016 at 7:26 am #8549
up!
- July 5, 2016 at 10:27 am #8550
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!
- July 7, 2016 at 5:44 pm #8551
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.
- February 5, 2017 at 5:22 pm #8724
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.
-
- AuthorPosts
- You must be logged in to reply to this topic.