Blue Color

Started by Daniel, February 02, 2014, 01:13:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Daniel

Link to the theme


Free & Premium Responsive Themes for SMF




Blue Color
Developed by Daniiel


Demo Online
GitHub
Last Edit: July 05, 2023, 08:29:08 PM by Diego Andrés

Padre Gremista

I have a problem with the theme. How repair this errors in layout of image bellow:



What archive i must edit?

Thanks if you can help me.

jovant400


Daniel

Quote from: Padre Gremista on March 30, 2014, 11:19:39 PM
I have a problem with the theme. How repair this errors in layout of image bellow:



What archive i must edit?

Thanks if you can help me.
Search in your index.css (Themes/BlueColor/css), this:
.divider {
border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #CCCCCC;
    width: 100%;
}


Replace with:
.divider {
border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #CCCCCC;
    width: 100%;
padding: 0 !important;
}


Greetings!

Padre Gremista

Hi all
I use the theme bluecolor as can see bellow:

http://www.simplemachines.org/community/index.php?topic=474299.msg3783416#msg3783416

I show the problem in the link.

Anybody can help me to solution this problem on theme?


Padre Gremista

Hi all
I use the theme bluecolor as can see bellow:

http://www.simplemachines.org/community/index.php?topic=474299.msg3783416#msg3783416

I show the problem in the link.

Anybody can help me to solution this problem on theme?

Diego Andrés

This was solved on smf theme support topic for the ones that are interested.

https://www.simplemachines.org/community/index.php?topic=474299.msg3784722#msg3784722
Last Edit: July 05, 2023, 10:28:31 PM by Diego Andrés