Nandos Posted July 28, 2016 Share Posted July 28, 2016 (edited) Hello guys! I've a very little graphical problem on the site I'd like to fix. At the end of my category titles i've this little void space remained since i modified the file .../themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css to resize the space between the titles, specifically the padding. At the beginning the default space was too big, so i did this edit and now the titles are on a single line instead of 2. So far so good, but at the end of the category block now i've this little space. I tried to increase by 1 pixel the padding but it's too much and it restores the block into 2 lines, and i don't want it. Any ideas? This is the site if you want to check and here is the void i'm talking about: http://imgur.com/a/K5fIt Thanks in advance Edited August 1, 2016 by Nandos (see edit history) Link to comment Share on other sites More sharing options...
OpenSource Expert Posted July 29, 2016 Share Posted July 29, 2016 Add these CSS .sf-menu > li > a { padding: 17px 18.6px 17px 17px;} .sf-menu > li:last-child{border-right:0px;} Link to comment Share on other sites More sharing options...
Nandos Posted July 29, 2016 Author Share Posted July 29, 2016 Add these CSS .sf-menu > li > a { padding: 17px 18.6px 17px 17px;} .sf-menu > li:last-child{border-right:0px;} Cache clean, template files recompiled, ctrl+f5 on the page and nothing changed sadly Do you have any guess why? Link to comment Share on other sites More sharing options...
OpenSource Expert Posted July 29, 2016 Share Posted July 29, 2016 Please check that the css provided by us is not reflected on your css. Otherwise please share your FTP so that we may check the issue. 1 Link to comment Share on other sites More sharing options...
Nandos Posted July 29, 2016 Author Share Posted July 29, 2016 Please check that the css provided by us is not reflected on your css. Otherwise please share your FTP so that we may check the issue. There was an error in the uploading sequence, now it's working... almost. You can check by yourself too, there still is a little little space. I guess i have to modify the second padding value to shift a little bit the column, right? Link to comment Share on other sites More sharing options...
Nandos Posted August 1, 2016 Author Share Posted August 1, 2016 (edited) I reply to myself, the answer is yes. I edit this one as Solved. Many thanks for help Edited August 1, 2016 by Nandos (see edit history) Link to comment Share on other sites More sharing options...
OpenSource Expert Posted August 1, 2016 Share Posted August 1, 2016 Thanks for the acknowledgement. Warm Regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now