Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Phil Creighton
tagDiv Member

I’m in a similar boat, but have tried to deleted object cache file, and still having same issues.
Have tried to adjust the CSS too to no avail.

Phil Creighton
tagDiv Member

Hi Bettina,
Thanks for your help.
Saved changes do not stick. The settings revert back to default.
Not sure why, hence looking at CSS as a solution.

I do have Newspaper as a child theme, and wonder if that is causing a clash?

Phil Creighton
tagDiv Member

I’ve created this custom CSS to get there…

@media (max-width: 767px) {
.tdi_7 .tdb-logo-svg-wrap {
/* max-width: 26px; */
display: none !important;
}
}

@media (max-width: 767px) {
.tdi_7 .tdb-logo-text-title {
font-size: 20px !important;
display: none !important;
}

@media (max-width: 767px) {
.tdi_7 .tdb-logo-text-tagline {
font-size: 20px !important;
display: none !important;
}
}

@media (max-width: 767px) {
.tdb_header_logo .tdb-logo-text-title {
font-size: 36px;
display: none !important;
}
}
}

.tdi_7 .tdb-logo-svg-wrap+.tdb-logo-img-wrap {
display: block !important;
max-width: 60%;

}

Now I need to figure out how to add some padding underneath the header …

Sticky menu needs some padding to separate it from the content

Phil Creighton
tagDiv Member

I’ve had a play about and it appears to be linked to the SVG setting in the header.
I edit and HIDE the SVG, but when I save it, it goes back to showing it again, while the logos are deleted.
It doesn’t matter if I clear the cache, turn mobile/AMP on or off, it is just stubbornly resetting itself and displaying the SVG logo.

Have tried some custom CSS to remove it – same result.

I think it’s the span.tdb-logo-svg-wrap and span.tdb-logo-text-wrap elements that need to be hidden. If I delete their lines from Google’s code inspector panel, the logo displays as it should do.

My knowledge of CSS is very, very small, so I cannot figure out how to make the changes stick.
Adding
{
display: none !important;
}

to the classes makes no difference.

SVG option resets itself on saving

Phil Creighton
tagDiv Member

Perfect!
thank you. That has worked.
I knew it would be something obvious, I just didn’t know where to look.

Phil Creighton
tagDiv Member

Thanks Anamaria, I appreciate your help.
realreading.co.uk

Phil Creighton
tagDiv Member

But that code knocks out the mobile view.

Phil Creighton
tagDiv Member

I’ve fixed it by adding this custom CSS code to my site:

.td-pb-article-list {
display: none;
}

Phil Creighton
tagDiv Member

**EDIT TO ADD**
It is something to do with the POST LOOP SETTINGS, and I can’t seem to be able to turn it off.

******

Thank you for your reply Anamaria.
I cannot select the element at all. I am not being given an option to do so.
When I hover over the other elements, they have a blue background. Nothing happens when I hover over this bit.

I am sure there is an easy answer, but I am new to this and I cannot see the solution. Thank you 🙂

Able to select the element above the box

Able to select the footer element, but cannot get the bit above it.

  • This reply was modified 1 year by Phil Creighton. Reason: Adding additional, relevant information
Phil Creighton
tagDiv Member

Thanks for replying Bettina,
I will create three menus then, one for each column 🙂

Viewing 10 posts - 1 through 10 (of 10 total)