text full widht page in center (not centered text)

Discussion in 'BizWay WordPress Theme' started by dirkjedj, Jan 16, 2013.

Thread Status:
Not open for further replies.
  1. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    Hi there,

    I would like to use the full width template for my pages because I like the 'emptiness' of it. However, I would like to have the text in the center. Thus nót centered text, but normally aligned text in the center of the page. As if there are two hidden empty colums on the left and right.

    I now have used the default template (and deleted the sidebar widgets), because the full width was too wide. But in fact I would like to use the full width template and have the text colum to be the same witdh as on the default, only to appear in the center. See here for the way it is now: http://www.presenteerjezelfonline.nl/bizzy/ecover-design/ -> Wouldn't it look great if it was in the center of the page?

    Could you please give me some magic code to make this happen?

    I want it to be this way in all my full width pages, so the code can be applied to the whole full width template.

    I hope you have a solution for this!

    Thanks in advance!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Select fullwidth template and add your content there in a class "text"
    For example
    "<div class="text">Your content</div>"
    check image for reference.

    [​IMG]

    [​IMG]

    After that paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .text{
    max-width:600px;
    margin-left:175px;
    }
     
  3. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    For the desktop / laptop screen it works very well and looks great. However...

    Unfortunately it doesn't on the iPhone (it shows white space on the left and a very narrow column on the right and doesn't show the text as it is showed on 'normal' pages) and also not on the iPad and tablets when these are hold in the upright / portrait position.

    Is there some code to show it also nice in mobile devices and tablets?

    By the way: you guys are great, thanks!
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     
  5. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    Thanks Gourev,
    I was busy writing the email when I decided to first still go for the default full width. The site needs to go online tonight and I don't want to spend more time on tweaking now. I know myself...
    Maybe I will come back on it later.
    Thanks for so far.
     
Thread Status:
Not open for further replies.

Share This Page