- This topic has 38 replies, 4 voices, and was last updated 3 years, 3 months ago by
Fernando.
-
AuthorPosts
-
December 15, 2022 at 8:37 am #2463079
David
StaffCustomer SupportSorry – i meant the page on your website where i can see your
RightelementDecember 15, 2022 at 9:10 am #2463116Karol Ă–man
Hey
On all my blog posts
December 15, 2022 at 10:49 am #2463220David
StaffCustomer SupportOk, i can see them now 🙂
First lets deal with the Sticky part:
1, Remove this CSS:
@media (min-width: 768px) { .sticky-container > .gb-inside-container,.sticky-container { position: sticky; top: 80px; } #right-sidebar .inside-right-sidebar { height: 100%; } }And add this:
@media (min-width: 768px) { #right-sidebar .inside-right-sidebar { position: sticky; top: 60px; } }Then we can look at advising on the styling
December 15, 2022 at 10:52 am #2463226Karol Ă–man
Hey,
Where do I remove and add the css?
December 15, 2022 at 11:02 am #2463238David
StaffCustomer SupportIn the Customizer > Additional CSS
December 15, 2022 at 11:06 am #2463247David
StaffCustomer SupportI aslo set up your first widget in the
RightElement.
If you open the List view in the editor you will see it is:Container Block
— Headline Block
— Widget BlockAdjust the styles of the Container and Headline block to suit your design.
When you have done so and are happy.
Select the Container Block, and from the 3 dot menu in the toolbar, select > Duplicate.
You can repeat this for each widget and just update the widget block inside.December 16, 2022 at 12:32 am #2463730Karol Ă–man
Hey, look at that looking good thanks! Is it possible to change the so the title box is on the line like they had? Also, the right widget background has been trying to change so it matches the background of the site. Meaning the part that is white(#fff) should be they grey background if that makes sense?
December 16, 2022 at 12:58 am #2463748Fernando Customer Support
1. Try giving the Headline Block a negative top margin value.
2. Are you referring to the Containers? If so, you can alter their color in their respective Block Settings. Reference: https://docs.generateblocks.com/article/container-overview/#colors
December 16, 2022 at 12:59 am #2463750Karol Ă–man
Hey, thanks figured out the first one! Not the initial containers but the right widget background color. The background color of the right widget it’s white at the moment but wants to change it to a gray color. The containers will still remain white!
December 16, 2022 at 1:03 am #2463758Fernando Customer Support
Can you try adding something like this through Appearance > Customize > Additional CSS?:
div#right-sidebar {
background-color: #888;
}Let us know if this is what you’re looking for.
December 16, 2022 at 2:13 am #2463804Karol Ă–man
Hey, Almost. I want it to be like the site I sent in the private area.
December 16, 2022 at 3:26 am #2463872David
StaffCustomer SupportYou can remove the
contentcolor just to your single post with this CSS:.single-post.one-container .container { background: transparent; }December 16, 2022 at 5:39 am #2464058Karol Ă–man
Hey, thanks worked perfectly! Okay last step, to get their front page as well? I have the widget done right so all I need are their post style.
December 16, 2022 at 6:45 am #2464134David
StaffCustomer SupportAre you wanting to copy the home page too ?
December 16, 2022 at 6:45 am #2464135Karol Ă–man
Hey, Correct at least the layout colors I can do myself.
-
AuthorPosts
- You must be logged in to reply to this topic.