Okay
  Public Ticket #1540396
Center align image gallery in row
Closed

Comments

  • loculars started the conversation

    Guys, I am creating a page using WPBakery and it seems no matter what I do, when I create an image gallery inside a row it seems to be left aligned.

    Also on a text block inside the WP Bakery editor, i have certain text selected in Bold, however it doesnt appear bold in the published page. Seems like some theme typography is overriding this?

    Can you guys tell me what to do here?

    URL attached

    http://wpstaging.loculars.com/experience-demo/

    Thx

    {"wp":{"use":false,"adminUrl":"http://wpstaging.loculars.com/experience-demo/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi loculars,

    1—Can you please share your Wordpress credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how) 

    2— Can you please add the code below to your Custom CSS area:

    b, strong {
    font-weight: 700 !important;
    }

    Have a great day!

  •   loculars replied privately
  • [deleted] replied

    Hi loculars,

    Can you please grant me super admin privileges so I can check your image aligning question without any problem?

    Thanks!

  •   loculars replied privately
  • [deleted] replied

    Hi loculars,

    1— About your image align problem, I don't see the same problem anymore on your Experience Demo page (video). Have you fixed this problem please?

    Regarding your further questions, kindly open a new ticket and post your request so it will be helpful for the other users to take advantage of searching them on the forum. We’re glad to help you in your new thread.

  • loculars replied

    Ylli,

     No I havent fixed the problem. I have just increased the size of the image to fill up the container to mask the problem.


    I have changed the size again to show you the issue-

    http://wpstaging.loculars.com/experience-demo/

    I opened another ticket(1545844) as you said, but please respond to the queries. I am losing a day everytime going back and forth and we have a very tight deadline.

    Thx

  • [deleted] replied

    Hi there,

    I added this CSS code:

    .flexslider .slides li a {
        min-width: 100%;
    }
    .flexslider .slides img {
        height: auto;
    }

    on your Custom CSS area. Can you please check if the same problem is still active?

    If you don't like that change, then you can try to add this CSS only:

    .flexslider .slides li {
    text-align: center;
    }

    Have a great day!