Dear Sadek,
Thanks for using the Portfolio manager.
The issue is with your theme here.
Out of the 100% available width of the theme, the heading part takes 36% and the content part takes 58%.
This is how Twenty Seventeen is designed.
e.g. take a look at the About page :
sadekmerchant.com/index.php/about/
"ABOUT (Heading)" title comes to the left and "You might be an artist who would like to introduce..." comes to the right (Content)
You can of course override this, but please beware it would happen across the website.
In order to take full width, please paste the following CSS in:
Portfolio Manager > Settings > Custom CSS box:
Note: I have added a few extra CSS rules to make the View Project button look properly as well.
/* This is for the Heading and Content area width */
.entry-content, .entry-header{
width: 100% !important;
}
/* This is for the buttons color and hover */
.mosaic-view-one .eds-bpm-view-first a.eds-bpm-info{
color: #333333;
}
.mosaic-view-one .eds-bpm-view-first:hover a.eds-bpm-info{
box-shadow: none;
}
Regarding the Date sorting of the projects, I'll have to check the back-end of the website to see if there are any errors.
If you could create a temporary admin login for me and mail the details to
This email address is being protected from spambots. You need JavaScript enabled to view it. , that would be helpful.