Please help wit about me widget

I have a headache because I cannot figure out some things

  1. I think I accidentally deleted about me widget, how can I get it back?
  2. How do I remove unassigned menu from footer? I made a custom html code for footer
  3. I cannot get my header and menu inline although it is set to inline

Hello @daintyg,

Thanks for asking. :slight_smile:

  1. In WordPress there is no way to recover deleted widget item. You need to assign again.
  2. You can turn off footer menu from X > Launch > Options > Footer > Footer Menu. https://cloudup.com/cwPrfK8xQzZ
  3. Can you please share website URL for us to take a closer look?

Thanks.

What is another route I can use to get an about me section in the side bar? like the example below, or do you know of a plugin that will allow me to get an about me widget in the side bar where the picture will have that circular shape.

My website is www.desiretoinspiree.com I went through the header setup like 10 times and I cannot get things inline, I don’t know if my logo is the wrong size or what my logo size should be, but I want my head to look like the websites below

I am basically trying to achieve the exact layout on my website as anastasiablogger/ clean and simple and without the lines, the ones under the header, the social media icon etc

Another thing i cannot seem to figure out is where to set font size, I went to typography and set it to 14 but nothing changes and I went to X === > Launch ====> Template ====> Font to select font style

Hey There,

1.) What is another route I can use to get an about me section in the side bar? The example site using a text widget added in the sidebar. In the text widget, he/she inserted an image and some text information about the image. To have a circular shape image, he/she has edited the image in Photoshop to have a circle image with transparent background.

2.) Your logo image is perfect. I included a code in #3 to make sure that it displays correctly.

3.) To have the same clean look of the example url, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-brand img {
    width: auto !important;
}

.x-navbar,
.entry-wrap,
.simple-social-icons ul,
.x-colophon.bottom{
    border:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}

4.) You will have to set your font in X === > Launch ====> Template ====> Font. You must create for the headings and for the body/content. And then, you go back to X > launch > options > typography, set the font size and select the font you have created for the headings and body contents in X > launch > options > typography > Headings and X > launch > options > typography > body and content.

Hope this helps.

Thank you very helpful, almost there just a few more tweaks

I just need the line above the foot like

Need the post closer to the header

Want it ti look like this

As for my logo I want it to be more visible and eaiser to read like below

Maybe it is the size required to make the logo in the first place, but I google search and I cannot figure out what dimensions to use to get my logo to show up bigger and easier to read.

Hi there,

For the Footer section border please add the CSS code below:

.x-colophon.top, .x-colophon.bottom {
    border-top: 1px solid rgba(0,0,0,0.085) !important;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.8) !important;
}

For the top section padding add the CSS code below:

.blog .x-header-landmark {
    display: none;
}

.blog .x-main article:first-child .entry-wrap {
    padding-top: 0;
}

For the Logo you need to go to X > Launch > Options > Header and set the logo to be stacked and not inline:

You may need to remove the CSS code we gave you for the inline request you had before.

Kindly open up new threads for additional questions as it will help us to focus on each issue and give you a better support which you deserve. Having a long threads makes the maintaining job harder and also it will be harder for the other customers to find the correct information if they have similar issues. You are always welcomed to reply to this thread to follow up the same question.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.