Home User profile
tagDiv Member
Tech geek. InterestingAnswers.com tyrant pest
Ryansmccain
tagDiv Member

Thanks for that link. I’ll read over it this week.

See this pic:

https://ibb.co/dL2XYz

Thanks

Ryansmccain
tagDiv Member

Well this is weird. Now there is an extra line near the top. I don’t know if I did something, if it’s related to this, or whatever.

See :

https://ibb.co/nAFurK

or

https://www.InterestingAnswers.com

thanks again

Ryansmccain
tagDiv Member

Perfect. Can you suggest a good tutorial on CSS? 75% of my questions are CSS. I understand what you are doing somewhat when I see your code but how do I find the elements to edit?

thanks

Ryansmccain
tagDiv Member

Ok, these are the only 2 I have in the phones section and I can see the text but there is still not that carriage return (or space,or whatever) I’m looking for. I tried deleting the first and only having the bottom one and it didn’t work. I had the bottom 2 and the text turned to purple.


.td-footer-bottom-full .td-pb-row>div {
margin-bottom: 0;
}

.td-theme-wrap .td-footer-bottom-full .block-title > span {
color: #ffd100!important;
}

.td-footer-bottom-full .td-pb-row>div.td-pb-span3 {
margin-bottom: 0;
}

Ryansmccain
tagDiv Member

Oh, you are referring to the mobile phone section. I commented out what you gave me and now the text is purple and not seen again.

Ryansmccain
tagDiv Member

I’m not sure if you mean to remove all of the code or just some of it.

This is what I now have commented out:

/* Remove extra whitespace around footer */
/*.td-main-content-wrap{ padding-bottom:0; }/*

/*Remove extra purple space in purple footer */
/*.td-footer-template-14 .td-footer-bottom-full{ padding-top: 0; }*/

And I entered this:

.td-footer-bottom-full .td-pb-row>div.td-pb-span3 {
margin-bottom: 0;
}

There isn’t carriage return between my email address and the FOLLOW US text on mobile.

What am I missing?

Ryansmccain
tagDiv Member

I dont mind keeping but I now need to add an extra space between my email address and the FOLLOW US words. Can I do that?

thanks

Ryansmccain
tagDiv Member

That was it. Where are those words coming from? Can I hide the ABOUT US and FOLLOW US words? If not, there needs to be an extra space below my email address and the FOLLOW US words.

thanks.

Ryansmccain
tagDiv Member

I just noticed there is now extra spacing in the footer when being viewed on a mobile. You can see it here:

https://ibb.co/c7iUo

Or just go to the page:

https://www.InterestingAnswers.com

thanks

Ryansmccain
tagDiv Member

Perfect. thanks

Ryansmccain
tagDiv Member

That worked for the whitespace in the white area above the footer. What about the extra spacing in the purple footer? Or can I put something in it so it looks less empty?

Ryansmccain
tagDiv Member

Can you guys put together a video tutorial on how to determine how to to determine what CSS to edit or refer me to one? This would answer 25% of my questions here.

Thanks

Ryansmccain
tagDiv Member

Ya, you are right. I keep thinking that one day I will stump you guys.

dozens of questions later………….. nope

Thanks for the help,
Ryan

Ryansmccain
tagDiv Member

well that formatting didn’t work. oh well. i tried.

Ryansmccain
tagDiv Member

Let me format that better. Thanks

/* widget title color start */
.td-theme-wrap .block-title > span, .td-theme-wrap .block-title > span > a, .td-theme-wrap .widget_rss .block-title .rsswidget, .td-theme-wrap .block-title > a, .widgettitle, .widgettitle > a, .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a, .td-related-title .td-cur-simple-item, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce .product .products h2:not(.woocommerce-loop-product__title), .td-theme-wrap .td_block_template_2 .td-block-title > *, .td-theme-wrap .td_block_template_3 .td-block-title > *, .td-theme-wrap .td_block_template_4 .td-block-title > *, .td-theme-wrap .td_block_template_5 .td-block-title > *, .td-theme-wrap .td_block_template_6 .td-block-title > *, .td-theme-wrap .td_block_template_6 .td-block-title::before, .td-theme-wrap .td_block_template_7 .td-block-title > *, .td-theme-wrap .td_block_template_8 .td-block-title > *, .td-theme-wrap .td_block_template_9 .td-block-title > *, .td-theme-wrap .td_block_template_10 .td-block-title > *, .td-theme-wrap .td_block_template_11 .td-block-title > *, .td-theme-wrap .td_block_template_12 .td-block-title > *, .td-theme-wrap .td_block_template_13 .td-block-title > span, .td-theme-wrap .td_block_template_13 .td-block-title > a, .td-theme-wrap .td_block_template_14 .td-block-title > *, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i, .td-theme-wrap .td_block_template_15 .td-block-title > *, .td-theme-wrap .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter, .td-theme-wrap .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter i, .td-theme-wrap .td_block_template_16 .td-block-title > *, .td-theme-wrap .td_block_template_17 .td-block-title > * {
color: #523F6D!important;
}
/* widget title color end */

/* widget title underline color start */
body .block-title {
border-color: #523F6D;
}
/* widget title underline stop */

/* trending area border color start */
.td-trending-style2 {
border-color: inherit;
}
/* trending area end */
/*latest answer category*/ .td-subcat-filter .td-subcat-list a{color:black!important;}
/* block navigation arrow color */ .td-next-prev-wrap a {color:black!important;}
.entry-crumbs a {
color: black;
}
.entry-crumbs {
color: black;
}

/* Keeps main menu logo from screwing up in tablet view */

@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-6 .td-container {
width: 100%;
}
.sf-menu>li>a {
padding: 0 8px;
}}

Ryansmccain
tagDiv Member

It’s still happening.

This is my other CSS, if it matters:

/* widget title color start */
.td-theme-wrap .block-title > span, .td-theme-wrap .block-title > span > a, .td-theme-wrap .widget_rss .block-title .rsswidget, .td-theme-wrap .block-title > a, .widgettitle, .widgettitle > a, .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a, .td-related-title .td-cur-simple-item, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce .product .products h2:not(.woocommerce-loop-product__title), .td-theme-wrap .td_block_template_2 .td-block-title > *, .td-theme-wrap .td_block_template_3 .td-block-title > *, .td-theme-wrap .td_block_template_4 .td-block-title > *, .td-theme-wrap .td_block_template_5 .td-block-title > *, .td-theme-wrap .td_block_template_6 .td-block-title > *, .td-theme-wrap .td_block_template_6 .td-block-title::before, .td-theme-wrap .td_block_template_7 .td-block-title > *, .td-theme-wrap .td_block_template_8 .td-block-title > *, .td-theme-wrap .td_block_template_9 .td-block-title > *, .td-theme-wrap .td_block_template_10 .td-block-title > *, .td-theme-wrap .td_block_template_11 .td-block-title > *, .td-theme-wrap .td_block_template_12 .td-block-title > *, .td-theme-wrap .td_block_template_13 .td-block-title > span, .td-theme-wrap .td_block_template_13 .td-block-title > a, .td-theme-wrap .td_block_template_14 .td-block-title > *, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i, .td-theme-wrap .td_block_template_15 .td-block-title > *, .td-theme-wrap .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter, .td-theme-wrap .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter i, .td-theme-wrap .td_block_template_16 .td-block-title > *, .td-theme-wrap .td_block_template_17 .td-block-title > * {
color: #523F6D!important;
}
/* widget title color end */

/* widget title underline color start */
body .block-title {
border-color: #523F6D;
}
/* widget title underline stop */

/* trending area border color start */
.td-trending-style2 {
border-color: inherit;
}
/* trending area end */
/*latest answer category*/ .td-subcat-filter .td-subcat-list a{color:black!important;}
/* block navigation arrow color */ .td-next-prev-wrap a {color:black!important;}
.entry-crumbs a {
color: black;
}
.entry-crumbs {
color: black;
}

/* Keeps main menu logo from screwing up in tablet view */

This is so the logo doesn’t mess up for tablet viewers

..you can test here: https://www.InterestingAnswers.com

THANKS!

Ryansmccain
tagDiv Member

Great thanks.

Ryansmccain
tagDiv Member

Yes it does for me.

Ryansmccain
tagDiv Member

Yeah I don’t know this. I guess wait for one of the Developers.

Ryansmccain
tagDiv Member

@Sontta,

Did you update your htaccess file?

Ryansmccain
tagDiv Member

Ya, I understand what offset means. I use that so my latest post doesn’t show up in latest posts. What I’m wondering is there any setting or flag I can set so that the latest post does not appear in popular or random posts?

I know now that offset doesn’t make sense here but am wondering if there is any way to do this.

Thank you.

Ryansmccain
tagDiv Member

Well, what I’m wondering is can I keep the latest posts from appearing in the trending and random post blocks?

Ryansmccain
tagDiv Member

Delete me.

Ryansmccain
tagDiv Member

Ahh. Thanks. Still learning all of this.

Viewing 25 posts - 126 through 150 (of 257 total)