Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #137495
    Stefan
    Participant

    Hi there,

    I am currently working on a homepage: https://umpda.rackham.umich.edu/
    I already made quite some changes to the CSS but there is one thing I can not change so far.

    I would like to set the amount of columns in the featured contend to just 2 columns not 3 or 4.
    In addition I want the left column to be 2/3 of the size and the right column to be 1/3 of the size that is givin in that space.
    If that is not possible both columns could be in the same size.

    Hope you can help me out here. Would be much appreciated. Thanks in advance.

    #137530
    Skandha
    Participant

    @random2k4: It is not possible to set featured content to 2 columns. If you really need this I suggest you to hire a customizer.

    Alternately you can add the following CSS Code to adjust the 2 featured content post with both columns of same size.

    #featured-post article {
       width:47% !important;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    #142669
    Stefan
    Participant

    Thanks a lot, it worked.

    I just got one more question in that regard.
    Is it now also possible to bring the title above the image
    and make it bold?

    #142758
    Skandha
    Participant

    @random2k4: I’m afraid it is not possible to bring the title above the image. If you really need it I suggest you to hire a customizer.

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change featured content to 2 columns with different size (width)’ is closed to new replies.