Move text to center on pages

Home Forums Construction Pro/Build Forum Move text to center on pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #80816
    RasmusRasmus
    Participant
    • Topics: 5
    • Replies: 0
    • Total: 5
    Member since: June 4, 2016

    Hello,

    I need help to move the text on the pages, to the center.
    I got this code in the CSS box right now.

    .logo { width:14%;}
    .header_right { width:85%;}
    @media screen and (max-width:768px){
    .logo{width:auto;}
    }
    .nivo-caption{display:none !important;}
    .container{margin:0 auto !important;}

    It still works on the home page but not on the other pages.
    The text was centered there to about a month ago…

    http://www.cemi.se/forvalting/

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

    Hi,

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

    Add this code there:

    .content-area { margin:0 auto !important;}

    Regards,
    Chris

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