Missing Border

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
Danni2015
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 118
Joined: Thu Aug 13, 2015 8:35 pm

Missing Border

Post by Danni2015 » Fri Feb 12, 2016 1:00 am

Hi

Suddenly on my product description tab section a portion of the border is missing to the left and right can anyone advise how I fix this?

Thanks
D
Last edited by Danni2015 on Fri Feb 12, 2016 4:58 pm, edited 1 time in total.

User avatar
sudo-web
Joomla! Ace
Joomla! Ace
Posts: 1325
Joined: Fri Jan 22, 2016 7:10 pm
Location: Vienna - Austria
Contact:

Re: Missing Border

Post by sudo-web » Fri Feb 12, 2016 11:50 am

The Module mod_jux_social_tabs have a CSS Class called .tab-content but have set the top margin like this: margin-top: 23px !important;
You have to override this in your theme.css by putting the following code:

Code: Select all

.tab-content {
    margin-top: 0 !important
}
Because this is not your first question of this kind, I relay recommend you, that you learn CSS. There are some resources that are relay good to start with like http://www.w3schools.com or https://www.codecademy.com/learn/web.
Visit me on my Webdesign Webpage: https://www.posit.at

Danni2015
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 118
Joined: Thu Aug 13, 2015 8:35 pm

Re: Missing Border

Post by Danni2015 » Fri Feb 12, 2016 4:57 pm

Thanks, but I added that code and it has not made any difference.

I am very familiar with css and have written a ton of it myself which all works perfectly but like everyone I normally use Firebug and when it is not available on the machine you are working on it makes the job almost impossible with out manually going though every file. All other issues have basically been related to one section which is the menu but I finally got that sorted, so am almost good to go.
Last edited by Danni2015 on Fri Feb 12, 2016 5:10 pm, edited 1 time in total.

User avatar
sudo-web
Joomla! Ace
Joomla! Ace
Posts: 1325
Joined: Fri Jan 22, 2016 7:10 pm
Location: Vienna - Austria
Contact:

Re: Missing Border

Post by sudo-web » Fri Feb 12, 2016 5:01 pm

Every modern Browser have some Developer Tools that should make such small things a breeze, even IE ;)
Visit me on my Webdesign Webpage: https://www.posit.at


Locked

Return to “Templates for Joomla! 3.x”