Useful EXTRA.css content

Useful EXTRA.css content

Possible, but not sure how at the moment also I'm not having so much time now. Sorry, I hope someone else can engage here.
 
it does not matter.
thanks

Could try this....

Code:
.resource_description .resourceInfo .primaryLinks {
    float: right;
    margin-left: 60px;
    margin-top: 52px;
    min-width: 180px;
    position: absolute;
}
.resource_description .resourceTabs .extraLinks {
    margin-bottom: 15px;
}

.Responsive .resourceInfo .primaryLinks {
position: relative;
}
Screenshot_16.webp

Screenshot_17.webp Screenshot_18.webp
 
Could try this....

Code:
.resource_description .resourceInfo .primaryLinks {
    float: right;
    margin-left: 60px;
    margin-top: 52px;
    min-width: 180px;
    position: absolute;
}
.resource_description .resourceTabs .extraLinks {
    margin-bottom: 15px;
}

.Responsive .resourceInfo .primaryLinks {
position: relative;
}
View attachment 103537

View attachment 103538 View attachment 103539
Very very thank you ı add extra.css not work.
I need to add another location?
 
Try with this:
Code:
.resource_description .resourceInfo .primaryLinks {
    float: right;
    margin-left: 60px;
    margin-top: 52px;
    min-width: 180px;
    position: absolute !important;
}
.resource_description .resourceTabs .extraLinks {
    margin-bottom: 15px;
}

.Responsive .resourceInfo .primaryLinks {
position: relative;
}

.resourceTabs .tabs {
  margin-top: 40px;
}
 
Try with this:
Code:
.resource_description .resourceInfo .primaryLinks {
    float: right;
    margin-left: 60px;
    margin-top: 52px;
    min-width: 180px;
    position: absolute !important;
}
.resource_description .resourceTabs .extraLinks {
    margin-bottom: 15px;
}

.Responsive .resourceInfo .primaryLinks {
position: relative;
}

.resourceTabs .tabs {
  margin-top: 40px;
}
first thank you very much
excellent full screen
http://prntscr.com/6smetm
but the screen is distorted when smaller
http://prntscr.com/6smemx
 
:confused: I guess it's just me, but I don't see the articles referred to here.

For instance, when it says "Check for code in overview tab" and I go look there, only to find something like "added tutorial (in Overview tab under Note #3) on how to package EXTRA.css snippets into a template based add-on (thanks to @optima)."

But I don't find any actual Note #3 section that was referred to, which I guess is supposed to contain some code to enter into the EXTRA.css?

What am I missing, or has all this been moved off the XF website here? I even tried following the "Most customizations are available free or premium on customizeXF" LINK, but even there I could not find a page that contains these suggestions along with their respective EXTRA.css code snippets. :(
 
I understand it's not maintained, but I'd still like to look at it, but there's no way that I can see to download it from this site. I get redirected to another site that refuses to let me download it unless I join that site.
 
Top Bottom