Fix Style Issues (ad height, border not working, space title)

Posted in: Newspaper
Post count: 47

Hello guys, just bought you Theme and really like it.
But like always for beginners I need some support.

I have some minor issues in the homepage http://www.urban.dog/urbandog/

1. Ad is showing not in the same height as block next to it
How can I optimize the height. Ad should be shown at same height as content and the Tag “Advertisment above”
http://www.screencast.com/t/fmefOPnXTBvh

2. I´ve set a block content and try to set a border, but the border is not shown. How can i set the border?
Is like that: http://www.screencast.com/t/SubMELexY
And should be like that: http://www.screencast.com/t/wekMFMJx

3. Space between Title Block and Big Grid Block
I´ve set a extra Title Block as you can not set Title with big grid blocks but now the space is bigger than on normal blocks with Title. How can i change a smaller space, so it should look the same as other blocks?
See here: http://www.screencast.com/t/S2ZCdj1g

4. DARK Theme works but need customs CSS for sidebar black fonts
I´ve changed some css so have a dark theme but on post pages I want to keep the template white, the issue is the sidebar copy is also white. How can i change it to black for the post pages?
See here: http://www.screencast.com/t/aVJeaKuzZq
The CCS I´ve added with help of the forum here:
.td-footer-wrapper, .td-banner-wrap-full, .td-main-content-wrap,
.td-main-page-wrap, .td-category-grid, .td-category-header {
background-color: #141414;
}
.entry-title a,
textarea
{
color: white !important;
}

Thank you

Post count: 22421

Hello,

1) You simply need to ad the ad title in order to get them aligned: Please use the adbox for your ads:
http://screencast.com/t/pp2ggA0uB5y (It requires the use of the ads section in the theme panel.)
2) You can add a custom css class to a row in visual composer and then use css to style it
for example: http://screencast.com/t/52xQ9CzHPL and then use css to add borders:
.mycustomrow{
border:2px solid black;
}

It will require further customization though
3) That is because you have a different implementation of the title. You use a text with title and since it’s a different element. Again you will have to use a custom class on your row because this css will affect every other text with title:
.td_block_text_with_title {
padding-bottom: 5px!important;
}

after you add the custom class you would use the code like so:
.mycustomclass .td_block_text_with_title {
padding-bottom: 5px!important;
}

4)You can use this css:
.type-post .entry-title a, .type-post textarea{
color:black!important;
}

I hope this helps.
Thanks.

Post count: 47

Hello Bogdan,

thank you everythin helped, but just for the AD.
I dont want to have a title for the left content. How could I add “Advert” now above the ad without that the ad will be pushed down?

http://www.screencast.com/t/8d7oBP6Rb

Appreciate your help…And where can I tip you? 🙂

Post count: 22421

Hi,
Well you can’t actually. The text itself occupies a bit of space so if you add a title, it will move the ad a bit lower. You can cheat it by having a transparent text on one of them. You add a title to both and then apply a transparent color to one of them so the position will remain the same on both but the text only visible on one of them.
Thanks.
P.S. No tip required. All in the day’s work :).

  • This reply was modified 10 years by Bogdan B..
Post count: 47

Hello Bogdan, one question.
How can I set the AD Title below the AD?

Then the Ad would start with the left content or?

Post count: 22421

Hello,
Unfortunately this modification will not be so easy as the same function is used on all ads so changing it in the theme files will affect all the ads. You will need to hire a freelancer to help you on this one as we have no easy solution for it.
Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.