Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #230381

    Hi,
    I’m wondering if it’s possible to sort of “tighten” the textblock in width?
    To explain how I mean you could have a look at this site http://presentplus.nl/
    I would like to have headings and then the body text centered like that underneath. Note that I do not want to “just” center the text. Well I guess you understand when you look at the site :)
    This is how my site looks now vildbird.se

    I’m a newbie so I really appreciate your help and hope that you have patience with me :)

    Kind regards

    Kris

    #230398

    Hey Kim!

    Try adding this code to the Quick CSS:

    .avia_textblock {
        width: 70%;
        margin: 0 auto;
    }

    Cheers! 
    Josue

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