Editing Theme CSS - 0 Experience
Permalink
I have 0 CSS experience and I am having a problem with a module that is jumbling up the links for Previous and Next. I was told adding this to the theme's css could correct the problem as the theme's css was causing it to jumble.
Having no experience in the matter I pasted the above in the theme's main.css and cleared the site cache but had no luck. I also tried adding that line using the Dashboard > Themes > Customize > Add CSS option. I am sure I am way off and would appreciate any guidance.
.contactDirectoryWrap .pagination { width: 100%; }
Having no experience in the matter I pasted the above in the theme's main.css and cleared the site cache but had no luck. I also tried adding that line using the Dashboard > Themes > Customize > Add CSS option. I am sure I am way off and would appreciate any guidance.
I pasted that at the end and cleared the cache again but still no luck.
Tried the beginning as well.
Whats the URL of the page?
http://kikogoats.com/index.php/members/membership-beta/
At the bottom of the contact directory.
At the bottom of the contact directory.
The numbers are being overlayed by the prev/next buttons.
Try pushing the prev/next buttons down via css:
Try pushing the prev/next buttons down via css:
.pagination .pageLeft, .pagination .pageRight { top: 16px !important; }
Should I put this in the top of my theme's main.css file or try to put it in through the design option on the contact directory block under custom css? I tried pasting it in the top of the main.css but still the same. Thanks for trying to help.
Try clearing Concrete's cache. Its different than your browser cache. Its under Dashboard -> System Settings -> Optimization
.../index.php/dashboard/system
If you added the CSS its not being loaded, probably because concrete is loading its own cached version.
.../index.php/dashboard/system
If you added the CSS its not being loaded, probably because concrete is loading its own cached version.
Look for line 26 and line 27 in:
http://kikogoats.com/packages/contact_directory/blocks/contact_dire...
http://kikogoats.com/packages/contact_directory/blocks/contact_dire...
You could try
instead to make sure the style isn't being overridden.