Architect Pro – Column reorder on mobile view

Home Forums All Other Themes Architect Pro – Column reorder on mobile view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #93012
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    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

    #93047
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #93073
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi 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

    #93114
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #93141
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Nice one Dave. Thanks

    #93142
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.