Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #559009

    Hi,

    What code do I need in order for the text to be not wider than the image on this page:
    http://www.raboff.com/about/

    I want the text to be same in the center on all pages. not just the About page.
    Text width 800px

    I am using Theme Test Drive so you need to login to view Enfold.

    Thanks
    Charlotte

    #559290

    Hi Charlotte!

    It seems like you figured it out already and set the width of image and text to 740px? :)

    Cheers!
    Yigit

    #559415

    Hi Yigit,

    No, nothing has been change, see screen shot.
    But you have to login to see this view.

    As you can see the text is not centered under the image.

    Thanks
    Charlotte
    About

    #559772

    Hi,

    It’s centered under the image on my end now, I’m guessing you figured it out this time? :-)

    Thanks,
    Rikard

    #559777

    Hi there,

    please log in! As I said in my first post you can only see it if you login and then reload the link because this is only visible in the Theme test Drive and then you have to login to view it.

    What you see now without logging is not the Enfold theme!

    Use the login info that I have already submitted.

    Thanks!

    #559893

    Hi,

    Ok, not sure how that works. I logged in and reloaded the page but still seeing the same thing, maybe you need to change the account to admin?

    Regards,
    Rikard

    #560119

    Aha… ok sorry about that.

    I have change your login to admin now.

    #560123

    Hello again,

    I tried with this code but it is not working:
    .page-id-4156 .entry-content {
    max-width: 800px;
    margin: auto;
    }

    #560358

    Just to clarify:

    I want the same layout on all pages.
    The image in the center, 800px width and the text should have the same width as the image and be under it.

    Thanks!

    #560576

    Hey!

    Text is already 800px currently. Please add following code to Quick CSS as well to make featured image 800px and centered as well

    .big-preview.single-big {
        max-width: 800px;
        margin: auto;
    }

    Regards,
    Yigit

    #560703

    Hey Yigit,

    Thanks BUT please log in and then reload the page.
    Enfold on http://www.raboff.com is only visible after you have logged in because I am using it with the Theme Test Drive plugin before I publish it.

    This code did not make the text have the same width as the image.

    Charlotte

    #561039

    Hi,

    I added the following to your Quick CSS and it looks like it’s working:

    #header .container {
        max-width: 1310px;
    }
    
    #main .container {
        max-width: 800px;
    }

    Regards,
    Rikard

    #561404

    Yes :)
    Thanks Rikard.

    Just one more thing. On the blog – http://www.raboff.com/category/blog/
    the images shall have the width 950 but the text can remain the same.

    What code shall I add for that?

    #561408

    Hi!

    Please adjust my code here – https://kriesi.at/support/topic/fullwidth-easy-slider-8/#post-560576 and change 800px to 950px
    P.S.: I was logged in and was seeing Enfold. Double checked then and again now :)

    Cheers!
    Yigit

    #561988

    Hi Yigit,

    thanks but when I change to 950px width the image stays the same but the text moves to the left.
    See screenshot. I have change back to 800px now.

    Also, please not that I am happy with the pages as they are, 800 px width.

    It is only http://www.raboff.com/category/blog/ that I want the image to have 950px width.

    It is live now so you don´t need to login to view it..

    Charlotte

    Blog

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Center text’ is closed to new replies.