I am using the latest version of Roksproket combined with the latest template version of JSN Epic from Joomlashine.
I am trying to get rid of the left and top margin as seen here around the image....
I found the margins here in the template.css....
/* Line 132 */
ul li
{
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 0.3em;
margin-right: 0px;
margin-bottom: 0.3em;
margin-left: 1.6em;
}
The problem is that I am using the ul li code else where on the website. Is there a way to change the code for the Roksproket module so that it doesn't use the list code above?
.layout-showcase .sprocket-features-list li
{
position: absolute;
top: 0px;
left: 0px;
right: 10px;
opacity: 0;
width: 100%;
height: 100%;
display: none;
}
that "ul li" code is just Bootstrap base coding for all lists... RokSprocket likely uses it's own more specific styling than that when it comes to placing various <li> items...
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
If a thread is solved please edit your *original/first* post and place "[SOLVED]" (no quotes; don't forget the brackets) at the beginning of your post title. Changing the post icon to the Solved Checkmark is helpful too.
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT