Home › Forums › All Other Themes › Architect Pro – Column reorder on mobile view
- This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
January 29, 2018 at 11:44 pm #93012
Hi guys,
I’m looking to display the case study rows on the page below so it shows the case study above the wording on responsive mobile view instead of below it.
http://roccul.com/construction-interior-fit-out-projects/
Can you send me some CSS to allow this to work?
Thanks
Derek
January 30, 2018 at 6:32 am #93047Hi,
This can only be done via coder.
Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveJanuary 30, 2018 at 12:48 pm #93073Hi Dave,
Actually it will do as it. Just another request.
I’ve installed a custom menu on responsive view but I want to add padding as it’s too tight at the top and the bottom of it.
Can you give me some CSS code to let this happen?
http://roccul.com/
Thanks
Derek
January 31, 2018 at 5:27 am #93114Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:768px) { #wprmenu_bar { padding:25px 16px !important; height:70px !important;} }
Regards,
DaveJanuary 31, 2018 at 8:54 am #93141Nice one Dave. Thanks
January 31, 2018 at 8:59 am #93142🙂
-
AuthorPosts
- You must be logged in to reply to this topic.