Customization of layout in Travelify

Hello,

I am new to Wordpress and have some questions about customizing my website.

  1. I am using the full width, no sidebar layout. My static page looks how i want it, but the category pages are not aligning properly. I have attached a photo to this message. I would like to keep the full width layout, but I would like to center the my posts to be centered vertically and to widen the frame of the feature image, thus eliminating the empty space to the right of the photo.

  2. I also would like to remove the white bar on the same page that lists author, date, category comments etc.

Any help is greatly appreciated.
rnb6

Hello there,

I hope you are doing well today.

  1. I have tried to recreate the issue on my end but it will not appear as it does for you. Could you please provide a link to your site so that I can have a look at the issue?

  2. In order to remove the bar. Please try using the following CSS code b going to Appearance > Customize > Additional CSS and paste the following code:


/*Remove Bar*/
.entry-meta-bar {
    display: none;
}

/*Fix Height*/
.medium-wrap {
    height: 350px;
}


Best Regards,
Support

Hey there,
Hope you’re doing well today

Did the code above solve the problems you were having?

Please let me know so that I may attempt to provide further assistance or mark the ticket as resolved.

I look forward to your reply.

Best Regards,
Support