January 26, 2018 at 7:53 am
Hello
I have changed my site to a black background and the masonry grid gallery have a white padding around the images, but I use a standard gallery shortcode,
And I want to stitch the pictures together with no padding. I did some custom css, and the left and right padding disappear, but the top, or bottom don’t. How can I get rid of it?
Another issue I have with the shortcode for the buttons, even if I set in the shortcode the background color it won’t change also the custom css have no effect on it {background-color: #fff !important;}. I want to know something before I delete the server and start with a new fresh installation.
Breadcrumbs for portfolio pages work good, but for pages no. I inspect the code :
This is for portfolio and it works good:
<div class="col-md-8 col-sm-8">
<div id="kadbreadcrumbs" class="color_gray">
</div>
<h1 class="entry-title">TITLE</h1>
</div>
note kadbreadcrumbs element is outside the h1 element
And here is breadchrumbs on the page:
<div class="page-header">
<h1 class="entry-title" itemprop="name">TITLE
<div id="kadbreadcrumbs" class="color_gray">
<span itemscope itemtype="*Login to see link
<a href="*Login to see link itemprop="url" class="kad-bc-home">
<span itemprop="title">Home</span></a></span>
<span class="bc-delimiter">»</span>
<span itemscope itemtype="*Login to see link
<a href="*Login to see link itemprop="url"><span itemprop="title">Fotografija</span></a></span>
<span class="bc-delimiter">»</span>
<span class="kad-breadcurrent">TITLE</span>
</div>
</h1>
</div>
Why are the kadbreadcrumbs element inside the h1 element?
if I hide the page title also the breadcrumbs will disappear,
is not a big deal, I can easy do manually my own kadbreadcrumbs by html code, just curious, also can be an issue fixed by a fresh installation.