toscal120
Forum Replies Created
-
thanks, it works like a charm.
Ok
- This reply was modified 6 years, 5 months ago by toscal120.
Forum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barSolved!!!!!
in alignment in “Customize > Layout > Footer” I was put right in there I’ve change to center and now all it’s ok.
ThanksForum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barOk
When I published it I spend the link to you
aditional CSS
.fixed-slider-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}.site-branding,
.site-logo,
.header-widget {
z-index: 2;
position: relative;
}.site-header {
overflow: hidden;
}.metaslider .theme-default .nivoSlider,
.metaslider .theme-default .nivoSlider img {
height: 100%;
}.sidebar .widget {
text-align: center;}
.sidebar .widget {
image-orientation: auto;
}
.inside-site-info {
display: flex;
align-items: center;
justify-content: center;
}.footer-bar-align-center .footer-bar {
margin-bottom: 0;
order: 1;
margin-left: 20px;
}IN Simple CSS
body {
background-color: #f1c40f;
-webkit-animation: random 12s infinite;
animation: random 12s infinite;
}
@keyframes random {
0%, 100% {
background-color: #E6FEE3;
}
45% {
background-color: #ffcccc;
}
75% {
background-color: #a9a2ad;
}and
lightweight Social icons in footer page
lightweight Social icons in header page
Easy facebook likebox and one html for twitter in lateral right bar
No more
Thanks for all- This reply was modified 6 years, 7 months ago by toscal120.
Forum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barNo ?? not workin still right. I dont know if it’s because I have this code in adicional CSS:
.fixed-slider-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}.site-branding,
.site-logo,
.header-widget {
z-index: 2;
position: relative;
}.site-header {
overflow: hidden;
}.metaslider .theme-default .nivoSlider,
.metaslider .theme-default .nivoSlider img {
height: 100%;
}.sidebar .widget {
text-align: center;}
.sidebar .widget {
image-orientation: auto;
}Forum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barYeahhh at last
But sorry
how can I put the copyright and contact at left, not in the right.
If it is possible, if it don’t give the same thing.
Thanks for you patience. ??Forum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barYes, but the text are below social icons at bottom, I want if it’s possible in the middle of sicials icons
Forum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barForum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barThey are to the right since you you can see
It’s not the problem because the text continues being at top.
If I make them centered, the text stays centered but at top and the icons below centered bottom.
It’s not possible that the text remains centred at middle and the icons to the right but at middle too, like it sees in the image?Forum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barI’ve added a new shortcode and it still the same
Forum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barHi
I’ve put in the page header two Lighweight social icons. I’ve taken the generated shortcode then copy and paste in the copyright bar, I don’t know if it’s more orthodox. ??
If you see the image I want that the text and social icons they’re in the middle.
thanks
I want that it seems like this:
- This reply was modified 6 years, 7 months ago by toscal120.
Forum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barForum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barNo because it’s a proyect and i still working on local at moment.
ThanksForum: Themes and Templates
In reply to: [GeneratePress] center text in copyright barNo
I put a shortcode into copyright like this
%copy%
name
html email and contact us
[widget id=”shortcode”]
The name it’s at top centered and widget are at bottom and rightForum: Themes and Templates
In reply to: [GeneratePress] random color in body pages with cssAlready I have solved it, inserting code css with simple css