Customize portfolio look

I would like to adjust the presentation of the individual portfolio contribution. I want the picture to come first and the text below the picture. Of course it would be perfect if the picture could fit like a slider to the whole width of the box. I have a lot more text than pictures and that doesn’t look so good. How can I adjust the alignment? The selected Stack is Ehtos.

Hi There,

Thanks for writing in!

Please use this CSS to your theme option -> Global CSS and let us know if you are looking for something this.

.single-x-portfolio .entry-featured {
width: 100% !important;
padding: 0px !important;
float: none;
}
.single-x-portfolio .entry-featured img {
 width: 100%;
}
.single-x-portfolio .entry-wrap {
 width: 100% !important;
float: none;
}

After adding this CSS please flush your server/plugin cache if you have any.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.