Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter manchoo

    (@manchoo)

    For future readers, the parsing was wrong, requires denoting the width into a measurement, so px/em etc. works now ??

    /*requires @MEDIA under mobile size 1345*/
    @media only screen and (min-width: 1345px) {
    .dgwt-wcas-sf-wrapp{
    width:400px;
    }
    }

    You may also want to put a spacebar between the ‘and‘ and the ‘(‘ and I also saw maybe a ‘;‘ after the px.

    Thanks

    • This reply was modified 4 years, 10 months ago by manchoo.
    • This reply was modified 4 years, 10 months ago by manchoo.
    Thread Starter manchoo

    (@manchoo)

    Thanks Ashish!!

    Much appreciated for your response, sorry I hadn’t replied, the emails must be going to junk. Managed to sort it though.

    Thread Starter manchoo

    (@manchoo)

    Solved, worked out how to find the CSS myself and edited!

    here is the code:

    /*image border margin*/
    .pt-cv-content-item {
    padding-bottom: 0px;
    }

    /*covermedia top and bottom border padding*/
    .alignfull {
    margin: 0px 0;
    }

    /*coverphoto bottom border*/
    .pt-cv-ifield > *, .pt-cv-view .pt-cv-content-item > * {
    margin-bottom: 0px;
    }

    Thread Starter manchoo

    (@manchoo)

    Hi steve,

    That was the page, it is a post, as I wanted to use the “Latest Post” block to have an updateable section for news at the top of my page, first bit of news was the site is under construction. After very many options of CSS, built in options and plugins, I think I have finally found something that works. A plugIn called Content Views. Spent all day looking for it! Thanks for your interest, greatly appreciated below is why I what I am using the plugIn for if you or anyone reading is interested.

    The PlugIn allows me to only show the content of a post and remove all other attributes. As it will only show the Latest post (number of rows 1), I can add a new post under the category I have set the list to show and it will just show the newest one, allowing me an archive of what has come before. I will have a few of these on the main page and therefore can just update posts rather than fiddle with the page. Hoping it makes things easier to update. The plugIn is free for this and thanks to the editor!

    Thanks again!

    Thread Starter manchoo

    (@manchoo)

    Good to know, cheers!

    Thread Starter manchoo

    (@manchoo)

    Found it I think, right at the bottom of settings in members sub menu private site!

    Seems to be working so close this thread thanks!

Viewing 6 replies - 1 through 6 (of 6 total)