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 :
or
https://www.InterestingAnswers.com
thanks again
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
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;
}
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.
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?
-
This reply was modified 8 years by
Ryansmccain.
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
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.
I just noticed there is now extra spacing in the footer when being viewed on a mobile. You can see it here:
Or just go to the page:
https://www.InterestingAnswers.com
thanks
Perfect. thanks
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?
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
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
well that formatting didn’t work. oh well. i tried.
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;
}}
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!
Great thanks.
Check here too.
https://forum.tagdiv.com/topic/td-composer-opens-a-blank-screen/
Yes it does for me.
Yeah I don’t know this. I guess wait for one of the Developers.
Did you update your htaccess file?
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.
Well, what I’m wondering is can I keep the latest posts from appearing in the trending and random post blocks?
Delete me.
-
This reply was modified 8 years by
Ryansmccain.
Ahh. Thanks. Still learning all of this.