Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #92970
    calmo16
    Participant

    Hi,

    I’m using the Featured Page Grid Content.
    I want to get rid of the first big picture, I want all the pictures the same size (like all the other smaller pictures).

    1) How can I do this?
    2) Is it possible to put the most recent added picture on Page 1 while the other Pages move automatically? The old 1 goes to page 2, the old picture on page 2 moves to page 3 etc… This way one has only the make one move to have those page chronologically on dates ๐Ÿ™‚
    3) If you want a nice and clean lay-out you have to cut the pictures to 800 x 600 pixels. Is it possible the picture on a page automatically fits in the Featured Page Grid Content – without adjusting the exact size? ๐Ÿ™‚

    Thanks in advance!

    BR calmo16

    #92976
    Mahesh
    Keymaster

    @calmo16:
    1. For this you’ll need to create child theme. You can find more details on creating child theme HERE. Then add the code in the link below, in your child theme’s functions.php
    http://goo.gl/4atlZN
    2. This is only possible in Pro version. I recommend you to upgrade to Pro.
    3. It is recommended size, you can use any image with aspect ratio 4:3

    Regards,
    Mahesh

    #93447
    calmo16
    Participant

    Hi Mahesh,

    Thanks for your response.

    The text (titles) in the pictures in the Featured Page Grid Content, can this be centered?

    Right now:
    This is an example of the text in the
    pictures

    My wish:
    This is an example of
    the text in the pictures

    Hope this is possible in the free version ๐Ÿ™‚

    BR calmo16

    #93467
    Mahesh
    Keymaster

    @calmo16: It seems you’ve fixed the issue. Let me know if any problem.

    Regards,
    Mahesh

    #93469
    calmo16
    Participant

    ?? ๐Ÿ™‚

    My question was/is how I am able centering the title TEXT in the pictures in the Featured Page Grid Content?

    BR calmo16

    #93473
    Mahesh
    Keymaster

    @calmo16: I don’t understand where this is, In featured grid content, the title is already centered. Can you please show with an image as example.

    Regards,
    Mahesh

    #93477
    calmo16
    Participant

    I’m sorry i didn’t formulate right.
    Yes, this text is centered, but it would be nicer to get two lines with (about) the same width. Please check the big picture. http://www.beste-kapper.nl

    BR calmo16

    #93506
    Mahesh
    Keymaster

    @calmo16: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-grid-content .pageid-1823 .caption .entry-title {
        margin: 0 auto;
        width: 70%;
    }

    Regards,
    Mahesh

    #93521
    calmo16
    Participant

    Thanks, it works!

    If i want the other to (smaller) pictures this same way i suppose i could copy your code and change the pageid?
    Or is it better to add the other two pageid’s to this code? If yes how should i do this?

    BR calmo16

    #93555
    Mahesh
    Keymaster

    @calmo16: For two small ones, add the following CSS:

    #featured-grid-content .pageid-938 .caption .entry-title,
    #featured-grid-content .pageid-709 .caption .entry-title{
        margin: 0 auto;
        width: 50%;
    }

    Regards,
    Mahesh

    #93574
    calmo16
    Participant

    Thanks again!

    #93606
    Mahesh
    Keymaster

    @calmo16: Thank you for your appreciation. Have a nice day!!!.
    Regards,
    Mahesh

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘size pictures Featured Page Grid Content’ is closed to new replies.