Hi,
on my home page layout i am using two columns. but the header text of both the columns are not attached. please check my home page. http://www.pakdiscussion.com.
on top Latest Talk Shows and Videos And Advertisement should be aligned.
the other thing which i want to ask, is there any possibility to align the ad center of the content which i am showing on the right side.
Regards
Hello mubasshar,
Try the code below and place it in Theme panel->Custom CSS area.
.td_block_text_with_title {
padding-bottom: 0!important;
}
The result you should see here -> http://screencast.com/t/iT57AgkF
Thanks.
Hi Catalin
i have tried your fix but the issue still persists.
https://postimg.org/image/xvqg083aj/
https://postimg.org/image/fu7b2f99n/
please check.
Regards
Hello mubasshar,
Please try the code below and place it in Theme panel->Custom CSS Area.
.td-main-page-wrap {
padding-top: 15px!important;
}
.wpb_wrapper{
margin-top:25px;
}
The result -> http://screencast.com/t/SjxI6Nd7h
Thanks.
Hi,
the above problem is again showing in the first tile (Advertisement) when i changed the header style.
please check http://www.pakdiscussion.com
the below image is for middle section and this is perfectly aligned by adding the coded you have mentioned above in custom code section.
http://www.screencast.com/t/uJIBZfS78B
the below image is for top section which was aligned before but after changing the header style now the advertisement section moved lil bit downside.
http://www.screencast.com/t/JxcgEkYcjms
Regards
HI
You have a custom css which add a margin top to one of theme’s containers: http://screencast.com/t/thKtSXLN7a Try to deactivate all plugins except Visual Composer, clear all caches and also remove any custom css from theme panel > custom css > custom css then test the page again. Also make sure that you didn’t added any custom in Design option for row and column.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!