• Resolved miklaklouk

    (@miklaklouk)


    Hi! If i have understood it correctly to center align the thumbnail i need to change the css file. I haven’t found in the file manager where is the css file that concerns thumbnail alignment. If anyone could help and be even more specific about where and what i should change in code i would appreciate it, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author deip

    (@deip)

    Hi,

    If you are using any page builder, just set the alignment to Center to the container where the buttons or thumbs are added.
    They don’t have any alignment set and follow the page alignment.

    If not, then add custom CSS in the additional CSS section of Customizer.

    /* For Category books */
    .dflip-books {
        text-align: center;
    }
    
    /* For buttons */
    _df_button {
        text-align: center;
    }

    In short, the alignment is not set from the buttons or thumbnails. But from the container that holds them.

    Best Regards,
    Deip

    Thread Starter miklaklouk

    (@miklaklouk)

    I installed page builder and did it, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnail Center Alignment’ is closed to new replies.