Switching Sections

Home Forums All Other Themes Switching Sections

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #97122
    william.singwilliam.sing
    Member
    • Topics: 3
    • Replies: 1
    • Total: 4
    Member since: December 16, 2017

    To whom it may concern,

    I currently have Spirited Pro and was wondering if there was any way to switch the “What We do” section with the “Page area” section.

    The website is below:
    http://techtalentlink.com/wordpress/

    I am not sure if I need to change the CSS or php files?

    Let me know if there is anything else I need to provide.

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

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    #pagearea { top: 215px; position: relative;}
    #whatwedo { top: -320px; position: relative;}

    Regards,
    Chris

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